summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegaware/ligkern.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ligkern.test')
-rwxr-xr-xBuild/source/texk/web2c/omegaware/ligkern.test16
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/omegaware/ligkern.test b/Build/source/texk/web2c/omegaware/ligkern.test
index e148fc1a144..57ca32e2d7f 100755
--- a/Build/source/texk/web2c/omegaware/ligkern.test
+++ b/Build/source/texk/web2c/omegaware/ligkern.test
@@ -22,17 +22,17 @@ OFMFONTS=".;./$tests"; export OFMFONTS
ligfiles='ligall ligbch ligblb ligbdy'
-for f in $ligfiles; do
-
-echo && echo "*** opl2ofm $f x$f"
-$_wopl2ofm $srcdir/$tests/$f $tests/x$f || rc=1
+rc=0
-echo && echo "*** ofm2opl x$f x$f"
-$_wofm2opl $tests/x$f $tests/x$f || rc=2
+for f in $ligfiles; do
+ echo && echo "*** opl2ofm $f x$f"
+ $_wopl2ofm $srcdir/$tests/$f $tests/x$f || rc=1
-echo && echo "*** diff $f.opl x$f.opl"
-diff $srcdir/$tests/$f.opl $tests/x$f.opl || rc=3
+ echo && echo "*** ofm2opl x$f x$f"
+ $_wofm2opl $tests/x$f $tests/x$f || rc=2
+ echo && echo "*** diff $f.opl x$f.opl"
+ diff $srcdir/$tests/$f.opl $tests/x$f.opl || rc=3
done
echo && echo "*** ovp2ovf ligblv xligblv xligblv"