summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/tests/hello.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/hitexdir/tests/hello.test')
-rwxr-xr-xBuild/source/texk/web2c/hitexdir/tests/hello.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/hitexdir/tests/hello.test b/Build/source/texk/web2c/hitexdir/tests/hello.test
index 6ab7dddb747..082c7ff0870 100755
--- a/Build/source/texk/web2c/hitexdir/tests/hello.test
+++ b/Build/source/texk/web2c/hitexdir/tests/hello.test
@@ -20,13 +20,13 @@ OUTDIR=./hitexdir/tests/outdir; mkdir $OUTDIR
./hitex -ini -interaction=nonstopmode -output-directory=$OUTDIR hello.tex \
|| exit $?
-./histretch -n $OUTDIR/hello.hnt || exit $?
+./histretch $OUTDIR/hello.hnt || exit $?
-if grep "<section 3 '../../../texk/web2c/tests/cmr10.tfm'>" \
- $OUTDIR/hello.HINT >/dev/null; then
+if grep "<section 3 .*cmr10.tfm'>" \
+ $OUTDIR/hello.hint >/dev/null; then
: # OK
else
- echo "hello.HINT does not contain the proper <section with" \
+ echo "hello.hint does not contain the proper <section with" \
" cmr10.tfm, goodbye." >&2
exit 1
fi