summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtexu.test
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-04-12 17:45:08 +0000
committerKarl Berry <karl@freefriends.org>2023-04-12 17:45:08 +0000
commit5cff9143f7460c64a1b4287a5f2f130f386b3dd0 (patch)
tree7903a1aacac31d0d51bfb4817ddcf0cab9dfa867 /Build/source/texk/bibtex-x/tests/bibtexu.test
parent559c5716cc7b017a069a92c24464ed556e3782e2 (diff)
unique filenames for bibtex[8u].test
git-svn-id: svn://tug.org/texlive/trunk@66832 c570f23f-e606-0410-a88d-b1316a301751
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