]> sourceware.org Git - automake.git/commitdiff
* subobj3.test: Remove depcomp.
authorTom Tromey <tromey@redhat.com>
Mon, 27 Dec 1999 07:40:31 +0000 (07:40 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Dec 1999 07:40:31 +0000 (07:40 +0000)
* pr9.test: Remove depcomp.
Remove opportunistic check.
* pr19.test: Remove depcomp.

tests/ChangeLog
tests/pr19.test
tests/pr9.test
tests/subobj3.test

index 5dda58ec317c8fa2fb84ea3c61d1194777622cdd..33779b665622c9192300f6dfae0b58baf3432efc 100644 (file)
@@ -1,3 +1,10 @@
+1999-12-26  Tom Tromey  <tromey@cygnus.com>
+
+       * subobj3.test: Remove depcomp.
+       * pr9.test: Remove depcomp.
+       Remove opportunistic check.
+       * pr19.test: Remove depcomp.
+
 1999-12-25  Tom Tromey  <tromey@cygnus.com>
 
        * suffix2.test: Create config.guess and config.sub so user doesn't
index ac51c43d1c08636b80383dd31190fa8cbc2adc14..979836ab60fd8e46d96d7e856d313f3391af2f13 100755 (executable)
@@ -27,7 +27,7 @@ END
 
 # Remove some files installed by defs.  These will be reinstalled by
 # automake.
-rm -f install-sh missing mkinstalldirs
+rm -f install-sh missing mkinstalldirs depcomp
 
 echo %% > foo.l
 
index 29140aa0e806d0025c3f5f89db1a3733e61228d2..5e44d64b6d217c7521140b331ad0d35a88c6599b 100755 (executable)
@@ -15,7 +15,7 @@ END
 
 # Remove some files installed by defs.  These will be reinstalled by
 # automake.
-rm -f install-sh missing mkinstalldirs
+rm -f install-sh missing mkinstalldirs depcomp
 
 mkdir support
 
@@ -35,8 +35,4 @@ $MAKE distcheck || exit 1
 
 gunzip pr9-0.tar.gz || exit 1
 
-(tar tf pr9-0.tar | fgrep support) || exit 1
-
-# Opportunistic test for bug noticed while writing this test case.
-test -f depcomp && exit 1
-exit 0
+tar tf pr9-0.tar | fgrep support
index c180730ce52fae55da9b73f25d8bf6a578bafc84..12f83a66bdcd849247e9f9e3d1e74e4d1f45fb71 100755 (executable)
@@ -21,7 +21,7 @@ END
 
 # Remove some files installed by defs.  These will be reinstalled by
 # automake.
-rm -f install-sh missing mkinstalldirs
+rm -f install-sh missing mkinstalldirs depcomp
 
 mkdir sub
 cat > sub/hello.c << 'END'
This page took 0.031756 seconds and 5 git commands to generate.