summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/triptrap-sh
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/triptrap-sh')
-rwxr-xr-xBuild/source/texk/web2c/triptrap-sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/triptrap-sh b/Build/source/texk/web2c/triptrap-sh
index a60e9b2a41c..8e2a15bbe66 100755
--- a/Build/source/texk/web2c/triptrap-sh
+++ b/Build/source/texk/web2c/triptrap-sh
@@ -25,6 +25,8 @@ do
etrip.diffs) tst=etexdir/etrip; msg='e-TRIP test for e-TeX';;
ptrip.diffs) tst=ptexdir/ptrip; msg='TRIP test for pTeX';;
eptrip.diffs) tst=eptexdir/eptrip; msg='e-TRIP test for e-pTeX';;
+ uptrip.diffs) tst=uptexdir/uptrip; msg='TRIP test for upTeX';;
+ euptrip.diffs) tst=euptexdir/euptrip; msg='e-TRIP test for e-upTeX';;
*) echo "$me: Bad argument \`$file'"; exit 1;;
esac
echo ">>> Running $msg."
@@ -38,6 +40,8 @@ do
-e "s%$srcdir/etexdir%SRCDIR/etexdir%" \
-e "s%$srcdir/ptexdir%SRCDIR/ptexdir%" \
-e "s%$srcdir/eptexdir%SRCDIR/eptexdir%" \
+ -e "s%$srcdir/uptexdir%SRCDIR/uptexdir%" \
+ -e "s%$srcdir/euptexdir%SRCDIR/euptexdir%" \
$tmp >>$file
echo "PASS: $tst.test" >>$file
rm -f $tmp