beta-0.89.2
[luatex.git] / source / texk / web2c / dvicopy.test
blob272146802b2dfc80939c9021548484a7f5a476a6
1 #! /bin/sh
3 # Copyright (C) 2009-2012 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 if tfmpath=`$KPSEWHICH cmbx10.tfm`; then
10 TEXMFCNF=$srcdir/../kpathsea \
11 TFMFONTS=`dirname "$tfmpath"` \
12 ./dvicopy $srcdir/tests/story tests/xstory.dvi || exit 1
16 # Redirect stderr so the terminal output will end up in the log file.
17 (TEXMFCNF=$srcdir/../kpathsea \
18 TFMFONTS=$srcdir/tests \
19 VFFONTS=$srcdir/tests \
20 ./dvicopy <$srcdir/tests/pplr.dvi >tests/xpplr.dvi) 2>&1 || exit 1