summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 13:36:41 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-18 13:36:41 +0200
commita4c8532941a3aa613443a9a371f0353dceb66451 (patch)
treefdad17b3a6997358456d892e39754b9e7d81a62e /validate
parentd94c40561dde695e658169a3098642294f55c7e3 (diff)
downloadhaskell-a4c8532941a3aa613443a9a371f0353dceb66451.tar.gz
Validate: use `rm -f` instead of `rm`
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate2
1 files changed, 1 insertions, 1 deletions
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 \