summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir/yokotate.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/yokotate.test')
-rwxr-xr-xBuild/source/texk/web2c/ptexdir/yokotate.test12
1 files changed, 3 insertions, 9 deletions
diff --git a/Build/source/texk/web2c/ptexdir/yokotate.test b/Build/source/texk/web2c/ptexdir/yokotate.test
index 70232903323..7c0809896e7 100755
--- a/Build/source/texk/web2c/ptexdir/yokotate.test
+++ b/Build/source/texk/web2c/ptexdir/yokotate.test
@@ -12,17 +12,11 @@ testdir=$srcdir/ptexdir/tests
for font in min10 tmin10; do
./ppltotf -verbose $testdir/$font.pl ptests/x$font.tfm && \
- cmp $testdir/$font.tfm ptests/x$font.tfm || exit 1
+ cmp $testdir/$font.tfm ptests/x$font.tfm && echo || exit 1
TEXMFCNF=$srcdir/../kpathsea \
- ./ptftopl -charcode-format octal -verbose $testdir/$font.tfm ptests/x$font.pl || exit 1
-
- ./ppltotf ptests/x$font ptests/xx$font && \
- cmp $testdir/$font.tfm ptests/xx$font.tfm || exit 1
-
- TEXMFCNF=$srcdir/../kpathsea TFMFONTS=ptests \
- ./ptftopl -charcode-format=octal xx$font ptests/xx$font && \
- diff ptests/x$font.pl ptests/xx$font.pl || exit 1
+ ./ptftopl -charcode-format octal -verbose $testdir/$font.tfm ptests/x$font.pl && \
+ diff $testdir/$font.pl ptests/x$font.pl && echo || exit 1
done