On Wed, Mar 02, 2005 at 09:09:52AM +0100, Akim Demaille wrote:
>  > +grep '&&' tests && exit 1
>
> What is this part checking?

Oops.  Thanks!

2005-03-02  Alexandre Duret-Lutz  <[EMAIL PROTECTED]>

        * tests/comment9.test: Typo.

Index: tests/comment9.test
===================================================================
RCS file: /cvs/automake/automake/tests/comment9.test,v
retrieving revision 1.1
diff -u -r1.1 comment9.test
--- tests/comment9.test 1 Mar 2005 23:04:40 -0000       1.1
+++ tests/comment9.test 2 Mar 2005 10:30:52 -0000
@@ -49,6 +49,6 @@
    }' -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


Reply via email to