From: Stefano Lattarini Date: Fri, 28 Dec 2012 23:03:44 +0000 (+0100) Subject: tests: remove a botched comment from a test case X-Git-Tag: v1.16~150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e64211f670b024fceb4e1dee8a1f288001307e;p=thirdparty%2Fautomake.git tests: remove a botched comment from a test case * t/backcompat6.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/backcompat6.sh b/t/backcompat6.sh index b99321a72..508bdab70 100755 --- a/t/backcompat6.sh +++ b/t/backcompat6.sh @@ -15,8 +15,7 @@ # along with this program. If not, see . # Backward-compatibility test: try to build and distribute a package -# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT, -# and 'configure.in' as autconf input file. +# using obsoleted forms of AC_INIT, AM_INIT_AUTOMAKE and AC_OUTPUT. # This script can also serve as mild stress-testing for Automake. # See also the similar test 'backcompat5.test'.