summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtexu.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/tests/bibtexu.test')
-rwxr-xr-xBuild/source/texk/bibtex-x/tests/bibtexu.test11
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/bibtex-x/tests/bibtexu.test b/Build/source/texk/bibtex-x/tests/bibtexu.test
index 4e5bf709208..6c2a5e2af47 100755
--- a/Build/source/texk/bibtex-x/tests/bibtexu.test
+++ b/Build/source/texk/bibtex-x/tests/bibtexu.test
@@ -1,17 +1,16 @@
#! /bin/sh -vx
# $Id$
-# Copyright 2017 Karl Berry <tex-live@tug.org>
+# 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