Skip to content
Snippets Groups Projects
Commit a4c85329 authored by Thomas Miedema's avatar Thomas Miedema
Browse files

Validate: use `rm -f` instead of `rm`

parent d94c4056
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment