diff --git a/tests/scripts/all-helpers.sh b/tests/scripts/all-helpers.sh index d7af599515..4fc8cfa49c 100644 --- a/tests/scripts/all-helpers.sh +++ b/tests/scripts/all-helpers.sh @@ -285,7 +285,7 @@ can_run_cc_output() { result=0 fi fi - rm "$testbin" + rm -f "$testbin" fi return $result }