summaryrefslogtreecommitdiff
path: root/biblio/bibtex/bibtex-x/tests/bibtexu-char.test
diff options
context:
space:
mode:
Diffstat (limited to 'biblio/bibtex/bibtex-x/tests/bibtexu-char.test')
-rwxr-xr-xbiblio/bibtex/bibtex-x/tests/bibtexu-char.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/biblio/bibtex/bibtex-x/tests/bibtexu-char.test b/biblio/bibtex/bibtex-x/tests/bibtexu-char.test
index db392b9799..e4250d02ef 100755
--- a/biblio/bibtex/bibtex-x/tests/bibtexu-char.test
+++ b/biblio/bibtex/bibtex-x/tests/bibtexu-char.test
@@ -1,5 +1,5 @@
#! /bin/sh -vx
-# $Id: bibtexu-char.test 67915 2023-08-13 13:51:40Z takuji $
+# $Id: bibtexu-char.test 68115 2023-08-30 11:16:53Z takuji $
# Copyright 2022-2023 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
# You may freely use, modify and/or distribute this file.
@@ -19,7 +19,7 @@ BIBINPUTS=$srcdir/tests; export BIBINPUTS
rc=0
-if [ "$(expr substr $(uname -s) 1 5)" == "MINGW" ]; then
+if [ "$(expr substr $(uname -s) 1 5)" = "MINGW" ]; then
echo "*** skip test $0 on MinGW"
exit 77
fi