blob: 68e3f658d715a4187722beed84529f51eb3774f2 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh
test -d tests || mkdir -p tests
TEXMFCNF=$srcdir/../kpathsea \
./mft $srcdir/tests/io ## && mv -f io.tex tests/io.tex || exit 1
## fails with: ./mft: fatal: mft file `plain.mft' not found.
exit 0
|