]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/comment9.test: Typo.
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Mar 2005 10:31:47 +0000 (10:31 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 2 Mar 2005 10:31:47 +0000 (10:31 +0000)
ChangeLog
tests/comment9.test

index 8fb1062531cae92890265f4cc31a24382232689a..7c82e5f5d09489b554766a77e06b5dfdb96ae3af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-02  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/comment9.test: Typo.
+
 2005-03-01  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * automake.in (read_am_file): Preserve backslashes preceding ##-lines.
index e150ef2ba7c3f5da0f8513ede4111f027b19fede..813d36afd4cf49d3682dce23a590f6e4101c7f9b 100755 (executable)
@@ -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