]> sourceware.org Git - automake.git/commitdiff
* insthook.test: Updated to fail when it should.
authorTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:02:04 +0000 (13:02 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 21 Dec 1998 13:02:04 +0000 (13:02 +0000)
tests/ChangeLog
tests/insthook.test

index 6b6fc45cb49722ebd57ecd625725b9e4a212db89..f03060ba20da6743526db21fb1f8fe41c00a36e2 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 e1d27364625ce768b3c9fd5220bef711da5c1198..e8d9b2a20579da3b0b88a127a34bb02d910fe378 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
This page took 0.028771 seconds and 5 git commands to generate.