summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/tests/rule.test
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/hitexdir/tests/rule.test')
-rwxr-xr-xBuild/source/texk/web2c/hitexdir/tests/rule.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/web2c/hitexdir/tests/rule.test b/Build/source/texk/web2c/hitexdir/tests/rule.test
index 989ca1bf100..9ae94c86631 100755
--- a/Build/source/texk/web2c/hitexdir/tests/rule.test
+++ b/Build/source/texk/web2c/hitexdir/tests/rule.test
@@ -12,20 +12,20 @@ OUTDIR=./hitexdir/tests/outdir; mkdir $OUTDIR
./hitex -ini --interaction=nonstopmode -output-directory=$OUTDIR rule.tex \
|| exit $?
./histretch $OUTDIR/rule.hnt || exit $?
-./hishrink -o $OUTDIR/rule.out.hnt $OUTDIR/rule.HINT || exit $?
+./hishrink -o $OUTDIR/rule.out.hnt $OUTDIR/rule.hint || exit $?
./histretch $OUTDIR/rule.out.hnt || exit $?
-if grep "<rule 0x48.451Ept 1pt 0x1C.73E7pt>" $OUTDIR/rule.HINT >/dev/null; then
+if grep "<rule 0x48.451Ept 1pt 0x1C.73E7pt>" $OUTDIR/rule.hint >/dev/null; then
: # OK
else
- echo "rule.HINT does not contain the proper <rule, goodbye." >&2
+ echo "rule.hint does not contain the proper <rule, goodbye." >&2
exit 1
fi
-if diff $OUTDIR/rule.out.HINT $OUTDIR/rule.HINT; then # -w?
+if diff $OUTDIR/rule.out.hint $OUTDIR/rule.hint; then # -w?
: # OK
else
- echo "rule.out.HINT and rule.HINT differ, goodbye." >&2
+ echo "rule.out.hint and rule.hint differ, goodbye." >&2
exit 1
fi