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