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: v1.10.2~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4bd0e479356dd4690369ba14d0301eb12418f92;p=platform%2Fupstream%2Fautomake.git * tests/library3.test: Fix a typo which made the test fail. --- diff --git a/ChangeLog b/ChangeLog index 8272f1a..ec3fd69 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 dd069a8..77527b1 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