commit | 31906327d371163e721891af7778db2752c9e0a8 | [log] [tgz] |
---|---|---|
author | Bence Szépkúti <bence.szepkuti@arm.com> | Fri Jul 12 20:33:15 2024 +0100 |
committer | Bence Szépkúti <bence.szepkuti@arm.com> | Mon Oct 28 11:13:53 2024 +0100 |
tree | 4cdad72499ad8bc9212f3e69b0ec4b3bfb942d87 | |
parent | c12ebb08110baf6bad452710520b09e79ceb623f [diff] [blame] |
Ignore missing temporary files during cleanup Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/tests/scripts/all-helpers.sh b/tests/scripts/all-helpers.sh index d7af599..4fc8cfa 100644 --- a/tests/scripts/all-helpers.sh +++ b/tests/scripts/all-helpers.sh
@@ -285,7 +285,7 @@ result=0 fi fi - rm "$testbin" + rm -f "$testbin" fi return $result }