From: Alexandre Duret-Lutz Date: Sun, 31 Jul 2005 19:41:09 +0000 (+0000) Subject: * tests/library3.test: Fix a typo which made the test fail. X-Git-Tag: Release-1-9b~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4bd0e479356dd4690369ba14d0301eb12418f92;p=thirdparty%2Fautomake.git * tests/library3.test: Fix a typo which made the test fail. --- diff --git a/ChangeLog b/ChangeLog index 8272f1ac5..ec3fd6937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-31 Stepan Kasal + + * tests/library3.test: Fix a typo which made the test fail. + 2005-07-27 Alexandre Duret-Lutz * doc/automake.texi (Linking, Program and Library Variables): diff --git a/tests/library3.test b/tests/library3.test index dd069a8d0..77527b17c 100755 --- a/tests/library3.test +++ b/tests/library3.test @@ -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