diff options
Diffstat (limited to 'Build/source/texk/web2c/otps/outocp.test')
-rwxr-xr-x | Build/source/texk/web2c/otps/outocp.test | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/otps/outocp.test b/Build/source/texk/web2c/otps/outocp.test new file mode 100755 index 00000000000..b7262403f7f --- /dev/null +++ b/Build/source/texk/web2c/otps/outocp.test @@ -0,0 +1,9 @@ +#! /bin/sh -vx +# $Id$ +# Public domain. Originally written by Peter Breitenlohner. + +TEXMFCNF=$srcdir/../../kpathsea \ + ./outocp $srcdir/uni2lat.ocp >xuni2lat.out || exit 1 + +diff $srcdir/uni2lat.out xuni2lat.out || exit 1 + |