]> sourceware.org Git - automake.git/commitdiff
test bug fix
authorTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 04:47:47 +0000 (04:47 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 27 May 1997 04:47:47 +0000 (04:47 +0000)
tests/ChangeLog
tests/depend.test

index 5ca38b0518b72a0e0ee18e300a2d63131f0decaf..0629439863c512eb0bfcf2b5a6e4de1fc3b00b44 100644 (file)
@@ -1,3 +1,7 @@
+Mon May 26 22:47:36 1997  Tom Tromey  <tromey@cygnus.com>
+
+       * depend.test: Fixed test.
+
 Sat May 10 18:28:14 1997  Tom Tromey  <tromey@cygnus.com>
 
        * depend2.test: Fixed test; added another check.
index a0af6bf5944ee82564fabdc6db957e9a53db113a..23c20458e7367decc9e636e2b62a44e274939ee6 100755 (executable)
@@ -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
This page took 0.030002 seconds and 5 git commands to generate.