From a2e47c47320e304ef3fb4196e41f1cf7e9492f38 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Wed, 18 Dec 2013 10:53:05 +0000 Subject: (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 --- Build/source/texk/web2c/uptexdir/ChangeLog | 4 ++++ Build/source/texk/web2c/uptexdir/yokotate.test | 12 +++--------- 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'Build/source/texk/web2c/uptexdir') diff --git a/Build/source/texk/web2c/uptexdir/ChangeLog b/Build/source/texk/web2c/uptexdir/ChangeLog index bd495677693..4d8b983bb80 100644 --- a/Build/source/texk/web2c/uptexdir/ChangeLog +++ b/Build/source/texk/web2c/uptexdir/ChangeLog @@ -1,3 +1,7 @@ +2013-12-18 Peter Breitenlohner + + * yokotate.test: Simplified. + 2013-12-17 Peter Breitenlohner * yokotate.test (new): Shell scripts to test upPLtoTF/upTFtoPL diff --git a/Build/source/texk/web2c/uptexdir/yokotate.test b/Build/source/texk/web2c/uptexdir/yokotate.test index c9a21203a02..022f7a20080 100755 --- a/Build/source/texk/web2c/uptexdir/yokotate.test +++ b/Build/source/texk/web2c/uptexdir/yokotate.test @@ -12,17 +12,11 @@ testdir=$srcdir/uptexdir/tests for font in min10 tmin10; do ./uppltotf -verbose $testdir/$font.pl uptests/x$font.tfm && \ - cmp $testdir/$font.tfm uptests/x$font.tfm || exit 1 + cmp $testdir/$font.tfm uptests/x$font.tfm && echo || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./uptftopl -charcode-format octal -verbose $testdir/$font.tfm uptests/x$font.pl || exit 1 - - ./uppltotf uptests/x$font uptests/xx$font && \ - cmp $testdir/$font.tfm uptests/xx$font.tfm || exit 1 - - TEXMFCNF=$srcdir/../kpathsea TFMFONTS=uptests \ - ./uptftopl -charcode-format=octal xx$font uptests/xx$font && \ - diff uptests/x$font.pl uptests/xx$font.pl || exit 1 + ./uptftopl -charcode-format octal -verbose $testdir/$font.tfm uptests/x$font.pl && \ + diff $testdir/$font.pl uptests/x$font.pl && echo || exit 1 done -- cgit v1.2.3