From: Ralf Wildenhues Date: Sun, 16 Jan 2011 09:09:57 +0000 (+0100) Subject: tests: avoid new failures due to nonexistent makeinfo. X-Git-Tag: v1.11.1b~36^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a42b52f626f3b713196b5946b9bfbb3e173226b;p=thirdparty%2Fautomake.git tests: avoid new failures due to nonexistent makeinfo. * tests/txinfo.test, tests/txinfo8.test: Create stub info files so 'missing --run makeinfo' won't fail even if makeinfo is not present. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index dc5937550..b879bdb65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-01-16 Ralf Wildenhues + + tests: avoid new failures due to nonexistent makeinfo. + * tests/txinfo.test, tests/txinfo8.test: Create stub info files + so 'missing --run makeinfo' won't fail even if makeinfo is not + present. + 2011-01-11 Stefano Lattarini Improve, extend and tweak tests on Texinfo support. diff --git a/tests/txinfo.test b/tests/txinfo.test index 2e9448674..4858f410e 100755 --- a/tests/txinfo.test +++ b/tests/txinfo.test @@ -39,6 +39,8 @@ END echo '@setfilename textutils.info' > textutils.texi : > texinfo.tex +# Avoid requiring makeinfo. +: > textutils.info $ACLOCAL $AUTOCONF diff --git a/tests/txinfo8.test b/tests/txinfo8.test index 8dd24a4a7..6c57a4070 100755 --- a/tests/txinfo8.test +++ b/tests/txinfo8.test @@ -43,6 +43,8 @@ test2: distdir END echo '@setfilename textutils.info' > textutils.texi +# Avoid requiring makeinfo. +: > textutils.info mkdir auxdir