diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-18 10:53:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-18 10:53:05 +0000 |
commit | a2e47c47320e304ef3fb4196e41f1cf7e9492f38 (patch) | |
tree | cd9fce06da5e6a129720a390a78642841737bb5a /Build/source/texk/web2c/ptexdir/yokotate.test | |
parent | 02df7d35045d2cbd23f31b721cf301b173e63a35 (diff) |
(u)pPLtoTF/(u)pTFtoPL: Simplify test with yoko and tate fonts
git-svn-id: svn://tug.org/texlive/trunk@32434 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/yokotate.test')
-rwxr-xr-x | Build/source/texk/web2c/ptexdir/yokotate.test | 12 |
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 |