diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-19 16:29:28 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-19 16:29:28 +0000 |
commit | 04c2cc3e4fd3c33cb2dd3b2e2c1b7067dd9204dc (patch) | |
tree | 314efc9986dab5ab1cc2756c2b5f3a2474b6f4d7 /Build/source/texk/web2c/eptexdir/eptrip.test | |
parent | ba0525ab1357402db941d4e2e6da5cd579ab2056 (diff) |
texmf.cnf for (e-)pTeX's trip test
git-svn-id: svn://tug.org/texlive/trunk@21125 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/eptrip.test')
-rwxr-xr-x | Build/source/texk/web2c/eptexdir/eptrip.test | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/eptexdir/eptrip.test b/Build/source/texk/web2c/eptexdir/eptrip.test index ea4066dfcbc..b545d9667c4 100755 --- a/Build/source/texk/web2c/eptexdir/eptrip.test +++ b/Build/source/texk/web2c/eptexdir/eptrip.test @@ -6,13 +6,14 @@ testdir=$srcdir/triptrap etestdir=$srcdir/etexdir/etrip +eptestdir=$srcdir/eptexdir/eptrip -TEXMFCNF=$testdir; export TEXMFCNF +TEXMFCNF=$eptestdir; export TEXMFCNF dvitype_args="-output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*'" echo ">>> Running e-TRIP test for e-pTeX." >&2 -echo ">>> See $srcdir/eptexdir/eptrip.diffs for example of acceptable diffs." >&2 +echo ">>> See $eptestdir/eptrip.diffs for example of acceptable diffs." >&2 rm -f trip.tfm trip.pl trip.tex trip.log trip.fmt trip.log trip.dvi \ cptripin.fot cptripin.log cptrip.fot cptrip.log cptrip.typ \ @@ -92,7 +93,7 @@ echo "*** e-TeX specific part of e-TRIP test for e-pTeX ***." diff $etestdir/etrip.pl etrip.pl || is_OK=false # get same filename in log -$LN_S $etestdir/etrip.tex . +$LN_S $eptestdir/etrip.tex . ./eptex --progname=epinitex --ini <$etestdir/etrip2.in >eptripin.fot sed "$P_SED1" etrip.log > eptripin.log || exit 1 @@ -105,7 +106,7 @@ diff $etestdir/etrip.fot eptrip.fot # We use $DIFF instead of `diff' only for those files where there # might actually be legitimate numerical differences. -$DIFF $DIFFFLAGS $etestdir/etrip.log eptrip.log +$DIFF $DIFFFLAGS $eptestdir/etrip.log eptrip.log eval ./dvitype $dvitype_args etrip.dvi >eptrip.typ || exit 1 $DIFF $DIFFFLAGS $etestdir/etrip.typ eptrip.typ |