From: Alexandre Duret-Lutz Date: Wed, 2 Mar 2005 10:31:47 +0000 (+0000) Subject: * tests/comment9.test: Typo. X-Git-Tag: Release-1-9b~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9d0a8378213943e13eaadd0ad5d3117a4c9ead5;p=thirdparty%2Fautomake.git * tests/comment9.test: Typo. --- diff --git a/ChangeLog b/ChangeLog index 8fb106253..7c82e5f5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-02 Alexandre Duret-Lutz + + * tests/comment9.test: Typo. + 2005-03-01 Alexandre Duret-Lutz * automake.in (read_am_file): Preserve backslashes preceding ##-lines. diff --git a/tests/comment9.test b/tests/comment9.test index e150ef2ba..813d36afd 100755 --- a/tests/comment9.test +++ b/tests/comment9.test @@ -49,6 +49,6 @@ sed -n -e '/^TESTS =.*\\$/ { }' -e '/^TESTS =/ p' Makefile.in > tests grep '3\.test' tests -grep '&&' tests && exit 1 +grep '##' tests && exit 1 grep '4\.test' tests && exit 1 grep '5\.test' tests