* tests/amopts.test: Remove botched comment. Make grepping of
automake stderr slighty stricter. Add trailing `:' command.
+2010-12-21 Stefano Lattarini <stefano.lattarini@gmail.com>
+
+ Minor improvements to test 'amopts.test'.
+ * tests/amopts.test: Remove botched comment. Make grepping of
+ automake stderr slighty stricter. Add trailing `:' command.
+
2010-12-21 Stefano Lattarini <stefano.lattarini@gmail.com>
backcompat6.test: avoid comments inside recipe commands.
#! /bin/sh
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2010 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
mkdir sub
-# These two Makefile contain the same errors, but have different
-# warnings disabled.
-
cat >Makefile.am <<END
if COND
AUTOMAKE_OPTIONS = -Wall
$ACLOCAL
AUTOMAKE_fails
-grep 'Makefile.am:2.*AUTOMAKE_OPTIONS.*conditional' stderr
+grep '^Makefile\.am:2.*AUTOMAKE_OPTIONS.*conditional' stderr
+
+: