From 0907b0ad70c8732abcdedfe612a79150f3a2fba8 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sun, 19 Sep 2004 21:42:09 +0000 Subject: [PATCH] * tests/compile.test: Fix rm usage. --- ChangeLog | 2 ++ tests/compile.test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 774b5f2c..af8b247a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-09-19 Alexandre Duret-Lutz + * 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/compile.test b/tests/compile.test index 1c78a71d..ee435f36 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' -- 2.43.5