summaryrefslogtreecommitdiff
path: root/t/txinfo28.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 11:52:20 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-20 11:52:20 +0200
commit32d81dcd41d33c3e31fe64c243946570b2d400d3 (patch)
tree3427844bb415cd69d9e87af9a2c66c41bb13d701 /t/txinfo28.sh
parent205c7572497789676bea3167b9cdeede69236a16 (diff)
downloadautomake-32d81dcd41d33c3e31fe64c243946570b2d400d3.tar.gz
tests: drop requirement 'texi2dvi-o'; 'texi2dvi' is enough
* defs: Since we now require Texinfo 4.9 or later in the Automake generated Makefiles, and since the '-o' option of texi2dvi has been supported since Texinfo 4.1, the requirement 'texi2dvi-o' is obsolete -- the simpler requirement 'texi2dvi' is enough. * t/silent8.sh ($required): Adjust by using simply 'texi2dvi' instead of 'texi2dvi-o' * t/txinfo-no-clutter.sh: Likewise. * t/txinfo13.sh: Likewise. * t/txinfo23.sh: Likewise. * t/txinfo24.sh: Likewise. * t/txinfo25.sh: Likewise. * t/txinfo28.sh: Likewise. * t/txinfo33.sh: Likewise. * t/vtexi4.sh: Likewise. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/txinfo28.sh')
-rwxr-xr-xt/txinfo28.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/txinfo28.sh b/t/txinfo28.sh
index 97b36d50a..cd09f41ad 100755
--- a/t/txinfo28.sh
+++ b/t/txinfo28.sh
@@ -19,7 +19,7 @@
# references.
# Report from Ralf Corsepius.
-required='makeinfo tex texi2dvi-o'
+required='makeinfo tex texi2dvi'
. ./defs || Exit 1
# This setting, when honored by GNU ls, used to cause an infinite loop