From: Tom Tromey Date: Fri, 18 Jan 2002 22:59:37 +0000 (+0000) Subject: * tests/cond7.test: Fix test bug exposed by copyright update. X-Git-Tag: Release-1-5d~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9dcf9b39905a264d0edd7e8c6ef046d865ab10a;p=thirdparty%2Fautomake.git * tests/cond7.test: Fix test bug exposed by copyright update. --- diff --git a/ChangeLog b/ChangeLog index 10ff20407..410e3a430 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-01-18 Tom Tromey + * 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 diff --git a/tests/cond7.test b/tests/cond7.test index ee3709f18..1c5071810 100755 --- a/tests/cond7.test +++ b/tests/cond7.test @@ -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