diff options
Diffstat (limited to 'Build/source/texk/web2c/omegaware/specialhex.test')
-rwxr-xr-x | Build/source/texk/web2c/omegaware/specialhex.test | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/omegaware/specialhex.test b/Build/source/texk/web2c/omegaware/specialhex.test index 98af481f0db..b582e0ccfe8 100755 --- a/Build/source/texk/web2c/omegaware/specialhex.test +++ b/Build/source/texk/web2c/omegaware/specialhex.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 @@ -9,21 +9,21 @@ test -d $tests || mkdir -p $tests TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=./$tests \ - ./ovp2ovf -verbose $srcdir/$tests/specialhex $tests/specialhex $tests/specialhex || exit 1 + ./wovp2ovf -verbose $srcdir/$tests/specialhex $tests/specialhex $tests/specialhex || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/specialhex $tests/specialhex || exit 1 + ./wofm2opl -verbose $tests/specialhex $tests/specialhex || exit 1 -./opl2ofm -verbose $tests/specialhex $tests/xspecialhex || exit 1 +./wopl2ofm -verbose $tests/specialhex $tests/xspecialhex || exit 1 TEXMFCNF=$srcdir/../kpathsea \ - ./ofm2opl -verbose $tests/xspecialhex $tests/xspecialhex || exit 1 + ./wofm2opl -verbose $tests/xspecialhex $tests/xspecialhex || exit 1 diff $tests/specialhex.opl $tests/xspecialhex.opl || exit 1 TEXMFCNF=$srcdir/../kpathsea \ OFMFONTS=.:./$tests \ - ./ovf2ovp -verbose $tests/specialhex $tests/specialhex $tests/xspecialhex || exit 1 + ./wovf2ovp -verbose $tests/specialhex $tests/specialhex $tests/xspecialhex || exit 1 diff $srcdir/$tests/specialhex.ovp $tests/xspecialhex.ovp || exit 1 |