From: Stefano Lattarini Date: Sat, 7 Apr 2012 11:35:45 +0000 (+0200) Subject: tests: remove redundant requirement X-Git-Tag: v1.11b~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bf9b58d1153cb51be592f009192a48798b5e97e;p=thirdparty%2Fautomake.git tests: remove redundant requirement * tests/txinfo19.test ($required): Drop required "tex", it is not really needed. Add trailing ':' command since we are at it. Signed-off-by: Stefano Lattarini --- diff --git a/tests/txinfo19.test b/tests/txinfo19.test index e304b42e2..63417f8b9 100755 --- a/tests/txinfo19.test +++ b/tests/txinfo19.test @@ -16,7 +16,7 @@ # Test support for DJGPP's .iNN info files. -required='makeinfo tex' +required=makeinfo . ./defs || Exit 1 echo AC_OUTPUT >> configure.ac @@ -68,3 +68,5 @@ test ! -f main.i21 $MAKE maintainer-clean test ! -f main.i7 test ! -f main.i39 + +: