]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: remove a botched comment from a test case
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 28 Dec 2012 23:03:44 +0000 (00:03 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 28 Dec 2012 23:03:44 +0000 (00:03 +0100)
* t/backcompat6.sh: Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/backcompat6.sh

index b99321a72bb533624570d9a13f670a229b2bb781..508bdab7054117c01a940814bae1219d5cc668a1 100755 (executable)
@@ -15,8 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # 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'.