summaryrefslogtreecommitdiff
path: root/biblio/bibtex/bibtex-x/tests
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-13 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2023-04-13 03:01:11 +0000
commitc6d2f94d04f69bb5b2143ef62e7ab90bd3b60212 (patch)
treebddc530efd786986da5407c2e808a1d73c728ede /biblio/bibtex/bibtex-x/tests
parent45c7bac9080d91b53c686e776fc6217d7f139b86 (diff)
CTAN sync 202304130300
Diffstat (limited to 'biblio/bibtex/bibtex-x/tests')
-rwxr-xr-xbiblio/bibtex/bibtex-x/tests/bibtex8.test9
-rwxr-xr-xbiblio/bibtex/bibtex-x/tests/bibtexu.test13
2 files changed, 10 insertions, 12 deletions
diff --git a/biblio/bibtex/bibtex-x/tests/bibtex8.test b/biblio/bibtex/bibtex-x/tests/bibtex8.test
index e263e77cd6..1341d1988b 100755
--- a/biblio/bibtex/bibtex-x/tests/bibtex8.test
+++ b/biblio/bibtex/bibtex-x/tests/bibtex8.test
@@ -1,17 +1,16 @@
#! /bin/sh -vx
-# $Id: bibtex8.test 63257 2022-05-08 13:25:05Z takuji $
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# $Id: bibtex8.test 66832 2023-04-12 17:45:08Z karl $
+# Copyright 2017-2023 Karl Berry <tex-live@tug.org>
# Copyright 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
-rm -f tests/xexampl.*
+rm -f tests/xexampl.* # different filenames than bibtexu.test
-cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux
+cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux || exit 1
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/../web2c/tests \
BIBINPUTS=$srcdir/../web2c/tests \
./bibtex8 -7 tests/xexampl || test $? = 1 || exit 1
diff $srcdir/tests/exampl.bbl tests/xexampl.bbl || exit 2
-
diff --git a/biblio/bibtex/bibtex-x/tests/bibtexu.test b/biblio/bibtex/bibtex-x/tests/bibtexu.test
index d69dc5f656..fa4c5e7bc4 100755
--- a/biblio/bibtex/bibtex-x/tests/bibtexu.test
+++ b/biblio/bibtex/bibtex-x/tests/bibtexu.test
@@ -1,17 +1,16 @@
#! /bin/sh -vx
-# $Id: bibtexu.test 63257 2022-05-08 13:25:05Z takuji $
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# $Id: bibtexu.test 66832 2023-04-12 17:45:08Z karl $
+# Copyright 2017-2023 Karl Berry <tex-live@tug.org>
# Copyright 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
test -d tests || mkdir -p tests
-rm -f tests/xexampl.*
+rm -f tests/uexampl.* # different filenames than bibtex8.test
-cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux
+cp $srcdir/../web2c/tests/exampl.aux tests/uexampl.aux || exit 1
TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/../web2c/tests \
BIBINPUTS=$srcdir/../web2c/tests \
- ./bibtexu tests/xexampl || test $? = 1 || exit 1
-diff $srcdir/tests/exampl.bbl tests/xexampl.bbl || exit 2
-
+ ./bibtexu tests/uexampl || test $? = 1 || exit 1
+diff $srcdir/tests/exampl.bbl tests/uexampl.bbl || exit 2