diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-26 13:37:49 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-26 13:37:49 +0000 |
commit | dba36815c3521f281d4962346b0b9dbdb7e787e7 (patch) | |
tree | 519d4b65c05c687929af17ad581997eb170d1230 /Build/source/texk/dvi2tty/dvi2tty.test | |
parent | ecf810bdf23cee1b69f6bac4936e33555721bc60 (diff) |
Fix dvi2tty 'make check' problem
git-svn-id: svn://tug.org/texlive/trunk@21175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvi2tty/dvi2tty.test')
-rwxr-xr-x | Build/source/texk/dvi2tty/dvi2tty.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty.test b/Build/source/texk/dvi2tty/dvi2tty.test index 6d0a77d4019..64522fdb5b3 100755 --- a/Build/source/texk/dvi2tty/dvi2tty.test +++ b/Build/source/texk/dvi2tty/dvi2tty.test @@ -2,6 +2,8 @@ test_src=$srcdir/$DVI2TTY_TREE/test +unset DVI2TTY # nullify dvi2tty options (if any) + ./dvi2tty $test_src/test.dvi >test.out && diff $srcdir/test.tty test.out || exit 1 ./dvi2tty -s $test_src/test.dvi >tests.out && diff $srcdir/tests.tty tests.out || exit 1 |