summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/euptexdir/euptriptest.test
diff options
context:
space:
mode:
authorDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
committerDenis Bitouzé <dbitouze@wanadoo.fr>2021-02-25 18:23:07 +0000
commitc6101f91d071883b48b1b4b51e5eba0f36d9a78d (patch)
tree1bf7f5a881d7a4f5c5bf59d0b2821943dd822372 /Build/source/texk/web2c/euptexdir/euptriptest.test
parent07ee7222e389b0777456b427a55c22d0e6ffd267 (diff)
French translation for tlmgr updated
git-svn-id: svn://tug.org/texlive/trunk@57912 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/euptexdir/euptriptest.test')
-rwxr-xr-xBuild/source/texk/web2c/euptexdir/euptriptest.test143
1 files changed, 0 insertions, 143 deletions
diff --git a/Build/source/texk/web2c/euptexdir/euptriptest.test b/Build/source/texk/web2c/euptexdir/euptriptest.test
deleted file mode 100755
index 8ea344bf822..00000000000
--- a/Build/source/texk/web2c/euptexdir/euptriptest.test
+++ /dev/null
@@ -1,143 +0,0 @@
-#! /bin/sh -vx
-# $Id$
-# Copyright 2017-2018 Karl Berry <tex-live@tug.org>
-# Copyright 2011-2014 Peter Breitenlohner <tex-live@tug.org>
-# Copyright 2010 Hironori Kitagawa <tex-live@tug.org>
-# You may freely use, modify and/or distribute this file.
-
-LC_ALL=C; export LC_ALL; LANGUAGE=C; export LANGUAGE
-
-testdir=$abs_srcdir/triptrap
-etestdir=$abs_srcdir/etexdir/etrip
-eptestdir=$abs_srcdir/eptexdir/eptrip
-euptestdir=$abs_srcdir/euptexdir/euptrip
-
-TEXMFCNF=$euptestdir; export TEXMFCNF
-
-rm -rf euptripdir
-mkdir euptripdir
-cd euptripdir
-
-dvitype_args="-output-level=2 -dpi=72.27 -page-start='*.*.*.*.*.*.*.*.*.*'"
-
-echo ">>> Running e-TRIP test for e-upTeX." >&2
-echo ">>> See $euptestdir/euptrip.diffs for example of acceptable diffs." >&2
-
-# upTeX outputs direction of boxes.
-P_SED1='s/, yoko direction//;s/yoko direction, //'
-P_SED2='s/yoko(math) direction, //'
-
-is_OK=:
-
-set -x
-
-echo "*** TRIP test for e-upTeX in compatibility mode ***."
-
-../pltotf $testdir/trip.pl trip.tfm || exit 1
-
-../tftopl ./trip.tfm trip.pl || exit 1
-
-diff $testdir/trip.pl trip.pl || is_OK=false
-
-# get same filename in log
-$LN_S $testdir/trip.tex .
-
-rm -f trip.log
-../euptex --progname=eupinitex --ini <$testdir/trip1.in >cuptripin.fot
-if test ! -s trip.fmt; then
- echo "*** trip.fmt not created by trip1.in, investigate!" >&2
- exit 1
-fi
-sed "$P_SED1" trip.log > cuptripin.log || exit 1
-diff $testdir/tripin.log cuptripin.log
-
-# May as well test non-ini second time through.
-rm -f trip.log
-../euptex --progname=euptex <$testdir/trip2.in >cuptrip.fot
-sed "$P_SED1;$P_SED2" trip.log > cuptrip.log
-diff $testdir/trip.fot cuptrip.fot
-
-# We use $DIFF instead of `diff' only for those files where there
-# might actually be legitimate numerical differences.
-$DIFF $DIFFFLAGS $testdir/trip.log cuptrip.log
-
-mv tripos.tex cuptripos.tex
-diff $testdir/tripos.tex cuptripos.tex
-
-eval ../dvitype $dvitype_args trip.dvi >cuptrip.typ || exit 1
-$DIFF $DIFFFLAGS $testdir/trip.typ cuptrip.typ
-
-mv trip.fmt ctrip.fmt
-
-# =================================
-
-echo "*** TRIP test for e-upTeX in extended mode ***."
-
-rm -f trip.log
-../euptex --progname=eupinitex --ini <$etestdir/etrip1.in >xuptripin.fot
-if test ! -s trip.fmt; then
- echo "*** trip.fmt not created by etrip1.in, investigate!" >&2
- exit 1
-fi
-sed "$P_SED1" trip.log > xuptripin.log || exit 1
-diff $testdir/tripin.log xuptripin.log
-
-# May as well test non-ini second time through.
-rm -f trip.log
-../euptex --progname=euptex <$etestdir/trip2.in >xuptrip.fot
-sed "$P_SED1;$P_SED2" trip.log > xuptrip.log
-diff $testdir/trip.fot xuptrip.fot
-
-# We use $DIFF instead of `diff' only for those files where there
-# might actually be legitimate numerical differences.
-$DIFF $DIFFFLAGS $testdir/trip.log xuptrip.log
-
-mv tripos.tex xuptripos.tex
-diff $testdir/tripos.tex xuptripos.tex
-
-eval ../dvitype $dvitype_args trip.dvi >xuptrip.typ || exit 1
-$DIFF $DIFFFLAGS $testdir/trip.typ xuptrip.typ
-
-mv trip.fmt xtrip.fmt
-
-# =================================
-
-echo "*** e-TeX specific part of e-TRIP test for e-upTeX ***."
-
-../pltotf $etestdir/etrip.pl etrip.tfm || exit 1
-
-../tftopl ./etrip.tfm etrip.pl || exit 1
-
-diff $etestdir/etrip.pl etrip.pl || is_OK=false
-
-# get same filename in log
-$LN_S $eptestdir/eptrip.tex etrip.tex
-
-../euptex --progname=eupinitex --ini <$etestdir/etrip2.in >euptripin.fot
-if test ! -s etrip.fmt; then
- echo "*** etrip.fmt not created by etrip2.in, investigate!" >&2
- exit 1
-fi
-sed "$P_SED1" etrip.log > euptripin.log || exit 1
-diff $etestdir/etripin.log euptripin.log
-
-# May as well test non-ini second time through.
-../euptex --progname=euptex <$etestdir/etrip3.in >euptrip.fot
-sed "$P_SED1;$P_SED2" etrip.log > euptrip.log
-diff $etestdir/etrip.fot euptrip.fot
-
-# We use $DIFF instead of `diff' only for those files where there
-# might actually be legitimate numerical differences.
-$DIFF $DIFFFLAGS $eptestdir/eptrip.log euptrip.log
-
-mv etrip.out euptrip.out
-diff $etestdir/etrip.out euptrip.out
-
-eval ../dvitype $dvitype_args etrip.dvi >euptrip.typ || exit 1
-$DIFF $DIFFFLAGS $etestdir/etrip.typ euptrip.typ
-
-$is_OK || {
- echo ">>> There were some errors." >&2
- exit 1
-}
-