]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* 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 8272f1ac5e27d761f35f1e78f7af07167122c095..ec3fd69371f9340456274ad0d3e6ffb602920c9f 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 dd069a8d0d1ecebc00a16b258cfa56f6ecd26111..77527b17c9e9c75c3c72337c7d82bd9cd520b287 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