* insthook.test: Updated to fail when it should.
authorTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:02:05 +0000 (13:02 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:02:05 +0000 (13:02 +0000)
tests/ChangeLog
tests/insthook.test

index 6b6fc45..f03060b 100644 (file)
@@ -1,3 +1,7 @@
+1998-12-21  Tom Tromey  <tromey@cygnus.com>
+
+       * insthook.test: Updated to fail when it should.
+
 1998-12-11  Tom Tromey  <tromey@cygnus.com>
 
        * insthook.test: New file.
index e1d2736..e8d9b2a 100755 (executable)
@@ -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