summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-06 07:23:56 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-05-06 07:23:56 +0000
commitff1026e256b4c968301cab146b30cc200d37ff47 (patch)
tree7b03831ecf3834c868cfe66c0b944133b3901fc8 /Build/source/texk/web2c/ptexdir
parent6a4937de8cc9c4645f9e056bc718aba98ecf355d (diff)
((u)p)bibtex: accept max_print_line
git-svn-id: svn://tug.org/texlive/trunk@63238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/ptexdir/pbibtex.test2
2 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index fbf16510e13..35f41474ee0 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -1,3 +1,7 @@
+2022-05-06 TANAKA Takuji <ttk@t-lab.opal.ne.jp>
+
+ * pbibtex.test: Update a test.
+
2022-03-21 Karl Berry <karl@tug.org>
* TL'22 release.
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