a patch for an off-by-one error when print on terminal
[luatex.git] / source / texk / web2c / pltotf.test
blob5e8aeeb38eef5df95fbc9362ec7409c2ff3796c1
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 ./pltotf -help || exit 1
10 ./pltotf -version || exit 1
12 ./pltotf -verbose $srcdir/tests/badpl && exit 1
14 ./pltotf -verbose $srcdir/tests/cmr10 tests/xcmr10 || exit 1
16 cmp $srcdir/tests/cmr10.tfm tests/xcmr10.tfm || exit 1