summaryrefslogtreecommitdiff
path: root/tests/pr9.test
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-12-27 07:40:32 +0000
committerTom Tromey <tromey@redhat.com>1999-12-27 07:40:32 +0000
commitf8da07234ac4ab8be39093412c91837f16fe2058 (patch)
tree4424a7a544221f468a6473e30cb76d817af37446 /tests/pr9.test
parentcdbd6cb47c1d0caaba89bbfcd0e1512fa163009d (diff)
downloadautomake-f8da07234ac4ab8be39093412c91837f16fe2058.tar.gz
* subobj3.test: Remove depcomp.
* pr9.test: Remove depcomp. Remove opportunistic check. * pr19.test: Remove depcomp.
Diffstat (limited to 'tests/pr9.test')
-rwxr-xr-xtests/pr9.test8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/pr9.test b/tests/pr9.test
index 29140aa0e..5e44d64b6 100755
--- a/tests/pr9.test
+++ b/tests/pr9.test
@@ -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