summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2004-09-19 21:42:20 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2004-09-19 21:42:20 +0000
commit229e3139382f0777fce6b2a7c76c98d1b036fa12 (patch)
treedde91597e7a7b3799b614afc02b0f0fb1f39528e
parentbb3c188c7d008e93742e76f77ba743f04f848065 (diff)
downloadautomake-229e3139382f0777fce6b2a7c76c98d1b036fa12.tar.gz
* tests/compile.test: Fix rm usage.
-rw-r--r--ChangeLog2
-rw-r--r--tests/Makefile.in3
-rwxr-xr-xtests/compile.test2
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8355c9c5e..7f759019c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-09-19 Alexandre Duret-Lutz <adl@gnu.org>
+ * tests/compile.test: Fix rm usage.
+
* INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
lib/texinfo.tex: New upstream versions.
diff --git a/tests/Makefile.in b/tests/Makefile.in
index db5a5e439..3372a66d6 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.1a from Makefile.am.
+# Makefile.in generated by automake 1.9.2 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -66,7 +66,6 @@ ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
FGREP = @FGREP@
-GREP = @GREP@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
diff --git a/tests/compile.test b/tests/compile.test
index 1c78a71d0..ee435f368 100755
--- a/tests/compile.test
+++ b/tests/compile.test
@@ -34,7 +34,7 @@ test -f ./-o
test -f a.o
test -f a.c
-rm 'a c' ./-o a.o a.c
+rm -f 'a c' ./-o a.o a.c
./compile touch a.o -- -o 'a c.o' a.c
test -f 'a c.o'