]> sourceware.org Git - automake.git/commitdiff
* tests/cond7.test: Fix test bug exposed by copyright update.
authorTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 22:59:36 +0000 (22:59 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 18 Jan 2002 22:59:36 +0000 (22:59 +0000)
ChangeLog
tests/cond7.test

index 10ff204072728d0791334029fb1797493a29f40b..410e3a43086dc4d25032275e7f147956ab5ab1f7 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 ee3709f18150e952d8b46283a38ffd283c77cd6d..1c5071810b1fd46e36894579524d667339aae546 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
This page took 0.03378 seconds and 5 git commands to generate.