From 8ce42a4ca43ad22e8d0175e163509577ce93a944 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 21 Dec 1998 13:02:04 +0000 Subject: [PATCH] * insthook.test: Updated to fail when it should. --- tests/ChangeLog | 4 ++++ tests/insthook.test | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 6b6fc45c..f03060ba 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1998-12-21 Tom Tromey + + * insthook.test: Updated to fail when it should. + 1998-12-11 Tom Tromey * insthook.test: New file. diff --git a/tests/insthook.test b/tests/insthook.test index e1d27364..e8d9b2a2 100755 --- a/tests/insthook.test +++ b/tests/insthook.test @@ -11,4 +11,6 @@ install-exec-hook: END $AUTOMAKE || exit 1 -test "`grep install-exec-hook Makefile.in | wc -l`" -gt 1 + +test "`grep install-exec-hook Makefile.in | wc -l`" -gt 1 || exit 1 +grep -A2 '^install-exec-am:' Makefile.in | grep install-exec-hook -- 2.43.5