beta-0.89.2
[luatex.git] / source / texk / web2c / tiedir / tie.test
blobbf04e1612e2da568229efc9a4a999acfa10a5b7a
1 #! /bin/sh
3 # Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
4 # You may freely use, modify and/or distribute this file.
6 TEXMFCNF=$srcdir/../kpathsea \
7 WEBINPUTS=$srcdir/tiedir \
8 ./tie -c tie.outc tie.tie tie.cf1 tie.cf2 tie.cf3 || exit 1
10 diff tie.outc $srcdir/tiedir/tie.chf.gen || exit 1
12 TEXMFCNF=$srcdir/../kpathsea \
13 WEBINPUTS=$srcdir/tiedir \
14 ./tie -m tie.outm tie.tie tie.cf1 tie.cf2 tie.cf3 || exit 1
16 diff tie.outm $srcdir/tiedir/tie.master.gen || exit 1