From b9dcf9b39905a264d0edd7e8c6ef046d865ab10a Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 18 Jan 2002 22:59:37 +0000 Subject: [PATCH] * tests/cond7.test: Fix test bug exposed by copyright update. --- ChangeLog | 2 ++ tests/cond7.test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10ff204..410e3a4 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 ee3709f..1c50718 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 -- 2.7.4