diff options
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mptrap.test')
-rwxr-xr-x | Build/source/texk/web2c/mplibdir/mptrap.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mptrap.test b/Build/source/texk/web2c/mplibdir/mptrap.test index 20bf2cd0d8d..dca656a9615 100755 --- a/Build/source/texk/web2c/mplibdir/mptrap.test +++ b/Build/source/texk/web2c/mplibdir/mptrap.test @@ -42,12 +42,10 @@ mv trap.log mptrapin.log || exit 1 diff $testdir/mptrapin.log mptrapin.log # Must run inimpost or font_name[null_font] is not initialized, leading to diffs. -./mpost --progname=inimpost --jobname=trap <$testdir/mptrap2.in >mptrap.fot +./mpost --progname=inimpost --jobname=trap --memname=trap <$testdir/mptrap2.in >mptrap.fot ## Here the test fails, but we just exit or 'make distcheck' would fail -echo "WARNING: $0 failed"; exit 0 - mv trap.log mptrap.log || exit 1 mv trap.tfm mptrap.tfm || exit 1 diff $testdir/mptrap.fot mptrap.fot |