* tests/library3.test: Fix a typo which made the test fail.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 31 Jul 2005 19:41:09 +0000 (19:41 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 31 Jul 2005 19:41:09 +0000 (19:41 +0000)
ChangeLog
tests/library3.test

index 8272f1a..ec3fd69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-31  Stepan Kasal  <kasal@ucw.cz>
+
+       * tests/library3.test: Fix a typo which made the test fail.
+
 2005-07-27  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * doc/automake.texi (Linking, Program and Library Variables):
index dd069a8..77527b1 100755 (executable)
@@ -55,4 +55,4 @@ $ACLOCAL
 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