* tests/cond7.test: Fix test bug exposed by copyright update.
authorTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 22:59:37 +0000 (22:59 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 22:59:37 +0000 (22:59 +0000)
ChangeLog
tests/cond7.test

index 10ff204..410e3a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-01-18  Tom Tromey  <tromey@redhat.com>
 
+       * tests/cond7.test: Fix test bug exposed by copyright update.
+
        For PR automake/288:
        * automake.in (lang_c_rewrite): Don't prepend directory to base if
        directory is `.'.  Also, properly compute de_ansi_files entry in
index ee3709f..1c50718 100755 (executable)
@@ -23,5 +23,5 @@ END
 
 $ACLOCAL || exit 1
 $AUTOMAKE || exit 1
-grep '002' Makefile.in && exit 1
+grep '^[^#].*002' Makefile.in && exit 1
 exit 0