diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/texk/web2c/mplibdir/mptrap.test | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 5a227006fb7..b4df789b05d 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,7 @@ +2010-04-05 Karl Berry <karl@tug.org> + + * mptrap.test: use --mem, not --memname (which does not exist). + 2010-04-01 Taco Hoekwater <taco@elvenkind.com> * lmplib.c: revert #include "../luatex-api.h". diff --git a/Build/source/texk/web2c/mplibdir/mptrap.test b/Build/source/texk/web2c/mplibdir/mptrap.test index dca656a9615..e87ebda8a1c 100755 --- a/Build/source/texk/web2c/mplibdir/mptrap.test +++ b/Build/source/texk/web2c/mplibdir/mptrap.test @@ -42,7 +42,8 @@ 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 --memname=trap <$testdir/mptrap2.in >mptrap.fot +./mpost --progname=inimpost --jobname=trap --mem=trap \ + <$testdir/mptrap2.in >mptrap.fot ## Here the test fails, but we just exit or 'make distcheck' would fail |