From 55ec21063bea967f2eeedf0acfafb72601252fce Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 27 Dec 1999 07:40:31 +0000 Subject: [PATCH] * subobj3.test: Remove depcomp. * pr9.test: Remove depcomp. Remove opportunistic check. * pr19.test: Remove depcomp. --- tests/ChangeLog | 7 +++++++ tests/pr19.test | 2 +- tests/pr9.test | 8 ++------ tests/subobj3.test | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/tests/ChangeLog b/tests/ChangeLog index 5dda58ec..33779b66 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,10 @@ +1999-12-26 Tom Tromey + + * subobj3.test: Remove depcomp. + * pr9.test: Remove depcomp. + Remove opportunistic check. + * pr19.test: Remove depcomp. + 1999-12-25 Tom Tromey * suffix2.test: Create config.guess and config.sub so user doesn't diff --git a/tests/pr19.test b/tests/pr19.test index ac51c43d..979836ab 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 29140aa0..5e44d64b 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 c180730c..12f83a66 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' -- 2.43.5