diff options
Diffstat (limited to 'Build/source/texk/web2c/omegaware/ofonts.test')
-rwxr-xr-x | Build/source/texk/web2c/omegaware/ofonts.test | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/omegaware/ofonts.test b/Build/source/texk/web2c/omegaware/ofonts.test index 9cdad045234..0b3b928913d 100755 --- a/Build/source/texk/web2c/omegaware/ofonts.test +++ b/Build/source/texk/web2c/omegaware/ofonts.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. tests=omegaware/tests @@ -11,47 +11,47 @@ VPL='ofontr1 ofontv4' OVP='ofontr2 ofontr3 ofontv5 ofontv6' for f in $VPL; do - ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1 + ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 + ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1 done for f in $OVP; do - ./opl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1 + ./wopl2ofm -verbose $srcdir/$tests/$f $tests/x$f || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1 + ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1 diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1 done rm -rf $tests/xofont* for f in ofontr0; do - ./opl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1 + ./wopl2ofm -verbose $srcdir/$tests/$f.pl $tests/x$f.tfm || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 + ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1 done for f in $VPL; do - ./ovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1 + ./wovp2ovf -verbose $srcdir/$tests/$f.vpl $tests/x$f.vf $tests/x$f.tfm || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 + ./wofm2opl -verbose $tests/x$f.tfm $tests/x$f.pl || exit 1 diff $srcdir/$tests/$f.pl $tests/x$f.pl || exit 1 TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=.:$srcdir/$tests \ - ./ovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1 + ./wovf2ovp -verbose $tests/x$f.vf $tests/x$f.tfm $tests/x$f.vpl || exit 1 diff $srcdir/$tests/$f.vpl $tests/x$f.vpl || exit 1 done for f in $OVP; do - ./ovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1 + ./wovp2ovf -verbose $srcdir/$tests/$f $tests/x$f $tests/x$f || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/x$f $tests/x$f || exit 1 + ./wofm2opl -verbose $tests/x$f $tests/x$f || exit 1 diff $srcdir/$tests/$f.opl $tests/x$f.opl || exit 1 TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=.:$srcdir/$tests \ - ./ovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1 + ./wovf2ovp -verbose $tests/x$f $tests/x$f $tests/x$f || exit 1 diff $srcdir/$tests/$f.ovp $tests/x$f.ovp || exit 1 done |