From: Alexandre Duret-Lutz Date: Wed, 6 Aug 2003 23:36:52 +0000 (+0000) Subject: * tests/ltcond.test: Thinko. X-Git-Tag: Release-1-7b~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b34878cc0bfe7a32e77fb11c18d1c27526014b;p=thirdparty%2Fautomake.git * tests/ltcond.test: Thinko. --- diff --git a/ChangeLog b/ChangeLog index a2fb27032..42b1a37a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-07 Alexandre Duret-Lutz + + * tests/ltcond.test: Thinko. + 2003-08-06 Alexandre Duret-Lutz * lib/Automake/Config.in: New file. diff --git a/tests/ltcond.test b/tests/ltcond.test index 449d22d0d..6da569cf9 100755 --- a/tests/ltcond.test +++ b/tests/ltcond.test @@ -88,7 +88,7 @@ $MAKE install test -f lib/lib1foo.la test -f lib/lib1bar.la test -f lib/lib2foo.la -test -f lib/lib3foo.la +test ! -f lib/lib3foo.la find empty -type f -print > empty.lst cat empty.lst test 0 = `wc -l < empty.lst`