Hello,
  library3.test fails; attached please find a patch to fix it.
Stepan Kasal
2005-07-29  Stepan Kasal  <[EMAIL PROTECTED]>

        * tests/library3.test: Fix a typo which made the test fail.

Index: tests/library3.test
===================================================================
RCS file: /cvsroot/automake/automake/tests/library3.test,v
retrieving revision 1.5
diff -u -r1.5 library3.test
--- tests/library3.test 27 Jul 2005 11:09:45 -0000      1.5
+++ tests/library3.test 29 Jul 2005 07:34:31 -0000
@@ -55,4 +55,4 @@
 AUTOMAKE_fails
 grep '^Makefile.am:.*:   !A and !C and !D$' stderr
 # Is there only one missing condition?
-test `grep ':  !' stderr | wc -l` = 1 || exit 1
+test `grep ':   !' stderr | wc -l` = 1 || exit 1

Reply via email to