From: Tom Tromey Date: Tue, 27 May 1997 04:47:47 +0000 (+0000) Subject: test bug fix X-Git-Tag: Release-1-2~27 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=72093db55cf3a2628900cbd89e41a7b37d73c12f;p=automake.git test bug fix --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 5ca38b05..06294398 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +Mon May 26 22:47:36 1997 Tom Tromey + + * depend.test: Fixed test. + Sat May 10 18:28:14 1997 Tom Tromey * depend2.test: Fixed test; added another check. diff --git a/tests/depend.test b/tests/depend.test index a0af6bf5..23c20458 100755 --- a/tests/depend.test +++ b/tests/depend.test @@ -18,4 +18,6 @@ END $AUTOMAKE || exit 1 -grep '^DEP_FILES = *$' Makefile.in +# In this case we no longer expect to find DEP_FILES. +grep '^DEP_FILES = *$' Makefile.in && exit 1 +exit 0