From a4c8532941a3aa613443a9a371f0353dceb66451 Mon Sep 17 00:00:00 2001 From: Thomas Miedema Date: Sat, 18 Jun 2016 13:36:41 +0200 Subject: Validate: use `rm -f` instead of `rm` --- validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'validate') diff --git a/validate b/validate index fc289e5d17..9d58bdefca 100755 --- a/validate +++ b/validate @@ -269,7 +269,7 @@ if [ $be_quiet -eq 1 ] && [ -z $VERBOSE ]; then TEST_VERBOSITY="VERBOSE=1" fi -rm testsuite_summary.txt testsuite_summary_stage1.txt +rm -f testsuite_summary.txt testsuite_summary_stage1.txt # Use LOCAL=0, see Note [Running tests in /tmp]. $make -C testsuite/tests $BINDIST \ -- cgit v1.2.1