summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtexu.test
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-08 13:25:05 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-08 13:25:05 +0000
commitf273c81f72efeac41b711c646170da89be6d0af2 (patch)
treef9da74732b36be221b97309026b4cbdfc20576ce /Build/source/texk/bibtex-x/tests/bibtexu.test
parentef94babea9cee5479f7d52033df708f46c66afcd (diff)
bibtex-x: set LEGAL_ID_CHAR to id_class of 8bit characters
git-svn-id: svn://tug.org/texlive/trunk@63257 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, 9 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/tests/bibtexu.test b/Build/source/texk/bibtex-x/tests/bibtexu.test
index d2e4370d551..4e5bf709208 100755
--- a/Build/source/texk/bibtex-x/tests/bibtexu.test
+++ b/Build/source/texk/bibtex-x/tests/bibtexu.test
@@ -4,7 +4,14 @@
# Copyright 2010 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
-# Not really a test, just making sure the program executes.
+test -d tests || mkdir -p tests
+rm -f tests/xexampl.*
-./bibtexu -version || exit 1
+cp $srcdir/../web2c/tests/exampl.aux tests/xexampl.aux
+
+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