summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/triptest
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/triptest')
-rwxr-xr-xBuild/source/texk/web2c/triptest7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/triptest b/Build/source/texk/web2c/triptest
index cd786c81263..41663d191b4 100755
--- a/Build/source/texk/web2c/triptest
+++ b/Build/source/texk/web2c/triptest
@@ -4,13 +4,15 @@
# You may freely use, modify and/or distribute this file.
testdir=$abs_srcdir/triptrap
-
TEXMFCNF=$testdir; export TEXMFCNF
rm -rf tripdir
mkdir tripdir
cd tripdir
mkdir a b
+
+# See triptrap/README for explanation of why we believe these diffs are ok.
+
cat >filter <<-\_EOF
s,^\*\*(\./trip\.tex ##,** \&trip trip \
(trip.tex ##,
@@ -81,7 +83,6 @@ done
$is_OK && {
echo ">>> All differences are acceptable." >&2
} || {
- echo ">>> There were some errors." >&2
+ echo "*** Error(s) found in trip test, investigate!" >&2
exit 1
}
-