diff --git a/tests/functions.sh b/tests/functions.sh index bbab7f2..0d7b5f3 100755 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -229,7 +229,7 @@ _evmctl_run() { sed 's/^/ /' "$out" fi color_restore - rm "$out" "$ADD_DEL" + rm -f "$out" "$ADD_DEL" ADD_DEL= ADD_TEXT_FOR= return "$FAIL"