diff --git a/tests/scripts/all-helpers.sh b/tests/scripts/all-helpers.sh index d7af59951..4fc8cfa49 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 }