From 72093db55cf3a2628900cbd89e41a7b37d73c12f Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 27 May 1997 04:47:47 +0000 Subject: [PATCH] test bug fix --- tests/ChangeLog | 4 ++++ tests/depend.test | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.43.5