use the _new macro instead of _old also in trunk (HH)
[luatex.git] / source / texk / web2c / tftopl.test
blobb9a87fed4ac7670930d747e3a5ca43d47fbb1e0e
1 #! /bin/sh
3 # Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 test -d tests || mkdir -p tests
8 ./tftopl -char=foo -help || exit 1
10 ./tftopl -version || exit 1
12 TEXMFCNF=$srcdir/../kpathsea
13 export TEXMFCNF
15 ./tftopl -verbose $srcdir/tests/badtfm && exit 1
17 ./tftopl -verbose $srcdir/tests/cmr10 tests/xcmr10a || exit 1
19 diff $srcdir/tests/cmr10.pl tests/xcmr10a.pl || exit 1
21 ./tftopl -verbose $srcdir/tests/cmr10 >tests/xcmr10b.pl || exit 1
23 diff $srcdir/tests/cmr10.pl tests/xcmr10b.pl || exit 1