summaryrefslogtreecommitdiff
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
parentcdbd6cb47c1d0caaba89bbfcd0e1512fa163009d (diff)
downloadautomake-f8da07234ac4ab8be39093412c91837f16fe2058.tar.gz
* subobj3.test: Remove depcomp.
* pr9.test: Remove depcomp. Remove opportunistic check. * pr19.test: Remove depcomp.
-rw-r--r--tests/ChangeLog7
-rwxr-xr-xtests/pr19.test2
-rwxr-xr-xtests/pr9.test8
-rwxr-xr-xtests/subobj3.test2
4 files changed, 11 insertions, 8 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 5dda58ec3..33779b665 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -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
diff --git a/tests/pr19.test b/tests/pr19.test
index ac51c43d1..979836ab6 100755
--- a/tests/pr19.test
+++ b/tests/pr19.test
@@ -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
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
diff --git a/tests/subobj3.test b/tests/subobj3.test
index c180730ce..12f83a66b 100755
--- a/tests/subobj3.test
+++ b/tests/subobj3.test
@@ -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'