From 08c14d1412c4fd82de228147475d4ce794acd3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Sz=C3=A9pk=C3=BAti?= Date: Fri, 12 Jul 2024 20:33:15 +0100 Subject: [PATCH] Ignore missing temporary files during cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bence Szépkúti --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index a162908135..51705e1522 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -816,7 +816,7 @@ can_run_cc_output() { result=0 fi fi - rm "$testbin" + rm -f "$testbin" fi return $result }