diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-05 10:26:30 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2016-03-05 10:26:30 +0000 |
commit | 595da194c5b1e8f3ccb476f24723ee45070d1956 (patch) | |
tree | b75b473cc4e910f4274a419c03db06f252e035b1 /Build/source/texk/dvi2tty/dvi2tty.test | |
parent | 392df8f38e169c6589e3fd6d96bb45839d046af9 (diff) |
typo in dvi2tty.test
git-svn-id: svn://tug.org/texlive/trunk@39944 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, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvi2tty/dvi2tty.test b/Build/source/texk/dvi2tty/dvi2tty.test index 963eef0d298..2bd33f7a0ed 100755 --- a/Build/source/texk/dvi2tty/dvi2tty.test +++ b/Build/source/texk/dvi2tty/dvi2tty.test @@ -35,7 +35,7 @@ rc=0 ./dvi2tty -u $test_src/table.dvi >tableu.out && diff $srcdir/tableu.tty tableu.out || rc=4 -./dvi2tty -u -C $test_src/table.dvi >tableuC.out && diff $srcdir/tableu.tty tableuC.out || rc=5 +./dvi2tty -u -C $test_src/table.dvi >tableuC.out && diff $srcdir/tableuC.tty tableuC.out || rc=5 ./dvi2tty -Eu $test_src/table.dvi >tableEu.out && diff $srcdir/tableEu.tty tableEu.out || rc=6 |