summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/mfluatraptest.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/mfluadir/mfluatraptest.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/mfluadir/mfluatraptest.test')
-rwxr-xr-xBuild/source/texk/web2c/mfluadir/mfluatraptest.test51
1 files changed, 0 insertions, 51 deletions
diff --git a/Build/source/texk/web2c/mfluadir/mfluatraptest.test b/Build/source/texk/web2c/mfluadir/mfluatraptest.test
deleted file mode 100755
index c1c6ca3259a..00000000000
--- a/Build/source/texk/web2c/mfluadir/mfluatraptest.test
+++ /dev/null
@@ -1,51 +0,0 @@
-#! /bin/sh -vx
-# Copyright 2017 Karl Berry <tex-live@tug.org>
-# Copyright 2015 Peter Breitenlohner <tex-live@tug.org>
-# You may freely use, modify and/or distribute this file.
-
-testdir=$abs_srcdir/triptrap
-ltestdir=$abs_srcdir/mfluadir/mfluatrap
-
-TEXMFCNF=$ltestdir
-LUAINPUTS=$ltestdir
-export TEXMFCNF LUAINPUTS
-
-rm -rf mfluatrapdir
-mkdir mfluatrapdir
-cd mfluatrapdir
-
-echo ">>> Running TRAP test for MFLua." >&2
-echo ">>> See $ltestdir/mfluatrap.diffs for example of acceptable diffs." >&2
-
-is_OK=:
-
-set -x
-
-# get same filename in log
-$LN_S $testdir/trap.mf .
-
-../mflua --progname=inimflua <$testdir/mftrap1.in >mftrapin.fot
-if test ! -s trap.base; then
- echo "*** trap.base not created by mftrap1.in, investigate!" >&2
- exit 1
-fi
-mv trap.log mftrapin.log || exit 1
-diff $testdir/mftrapin.log mftrapin.log
-
-../mflua --progname=inimflua <$testdir/mftrap2.in >mftrap.fot
-mv trap.log mftrap.log || exit 1
-mv trap.tfm mftrap.tfm || exit 1
-diff $testdir/mftrap.fot mftrap.fot
-diff $testdir/mftrap.log mftrap.log
-
-../tftopl ./mftrap.tfm mftrap.pl || exit 1
-diff $testdir/mftrap.pl mftrap.pl || is_OK=false
-
-../gftype -m -i ./trap.72270gf >trap.typ || exit 1
-diff $testdir/trap.typ trap.typ
-
-$is_OK || {
- echo ">>> There were some errors." >&2
- exit 1
-}
-