summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/uptexdir/uptriptest
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/uptexdir/uptriptest')
-rwxr-xr-xBuild/source/texk/web2c/uptexdir/uptriptest6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/uptexdir/uptriptest b/Build/source/texk/web2c/uptexdir/uptriptest
index e7b384cf825..280880f7675 100755
--- a/Build/source/texk/web2c/uptexdir/uptriptest
+++ b/Build/source/texk/web2c/uptexdir/uptriptest
@@ -1,6 +1,6 @@
#! /bin/sh
-# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
+# Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
testdir=$abs_srcdir/triptrap
@@ -38,6 +38,10 @@ $LN_S $testdir/trip.tex .
rm -f trip.log
../uptex --progname=upinitex --ini <$testdir/trip1.in >uptripin.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 > uptripin.log || exit 1
diff $testdir/tripin.log uptripin.log