From 4bd6db9df127f74a0fd957ddbda4743a9c22e053 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 13 Dec 2005 14:44:17 +0000 Subject: Update the make.1 man page. Use rm -f instead of rm in the test scripts. Fixes bug #15085. --- tests/scripts/functions/wildcard | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/scripts/functions/wildcard') diff --git a/tests/scripts/functions/wildcard b/tests/scripts/functions/wildcard index d7a50aa..d61384e 100644 --- a/tests/scripts/functions/wildcard +++ b/tests/scripts/functions/wildcard @@ -13,16 +13,6 @@ test echo's all files which match '?.example' and [a-z0-9].example. Lastly we clean up all of the files using the '*' wildcard as in the first test"; -if ($vos) -{ - $delete_command = "delete_file -no_ask"; -} -else -{ - $delete_command = "rm"; -} - - open(MAKEFILE,"> $makefile"); # The Contents of the MAKEFILE ... -- cgit v1.2.3