summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/upbibtex.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/upbibtex.test')
-rwxr-xr-xBuild/source/texk/web2c/uptexdir/upbibtex.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.test b/Build/source/texk/web2c/uptexdir/upbibtex.test
index 715608c56d3..9a12a72cb04 100755
--- a/Build/source/texk/web2c/uptexdir/upbibtex.test
+++ b/Build/source/texk/web2c/uptexdir/upbibtex.test
@@ -5,6 +5,7 @@
# You may freely use, modify and/or distribute this file.
test -d uptests || mkdir -p uptests
+rm -f uptests/xexampl.*
cp $srcdir/tests/exampl.aux uptests/xexampl.aux
@@ -12,4 +13,5 @@ TEXMFCNF=$srcdir/../kpathsea \
BSTINPUTS=$srcdir/tests \
BIBINPUTS=$srcdir/tests \
./upbibtex uptests/xexampl || exit 1
+diff $srcdir/tests/exampl.bbl uptests/xexampl.bbl || exit 2