summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-18 10:53:05 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-12-18 10:53:05 +0000
commita2e47c47320e304ef3fb4196e41f1cf7e9492f38 (patch)
treecd9fce06da5e6a129720a390a78642841737bb5a /Build/source/texk/web2c/uptexdir
parent02df7d35045d2cbd23f31b721cf301b173e63a35 (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/uptexdir')
-rw-r--r--Build/source/texk/web2c/uptexdir/ChangeLog4
-rwxr-xr-xBuild/source/texk/web2c/uptexdir/yokotate.test12
2 files changed, 7 insertions, 9 deletions
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 <peb@mppmu.mpg.de>
+
+ * yokotate.test: Simplified.
+
2013-12-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* 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