summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mftraptest
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mftraptest')
-rwxr-xr-xBuild/source/texk/web2c/mftraptest9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/mftraptest b/Build/source/texk/web2c/mftraptest
index ce098f77cc5..74567ab180e 100755
--- a/Build/source/texk/web2c/mftraptest
+++ b/Build/source/texk/web2c/mftraptest
@@ -4,14 +4,16 @@
# You may freely use, modify and/or distribute this file.
testdir=$abs_srcdir/triptrap
-
TEXMFCNF=$testdir; export TEXMFCNF
rm -rf trapdir
mkdir trapdir
cd trapdir
-
mkdir a b
+
+# See triptrap/README for explanation of why we believe these diffs are ok,
+# notably including the capsule numbers.
+
cat >filter <<-\_EOF
s,^\*\*(trap\.mf,** \&trap trap \
(trap.mf,
@@ -66,7 +68,6 @@ done
$is_OK && {
echo ">>> All differences are acceptable." >&2
} || {
- echo ">>> There were some errors." >&2
+ echo "*** Error(s) found in mf trap test, investigate!" >&2
exit 1
}
-