commit | d2bd29908229f03b3d2f4d5371017225c9e3cae1 | [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 12:16:12 2024 +0100 |
tree | 115c0c7dae86534f063f93f5e3660a1604b0a83e | |
parent | e4a42f536d3c356453b545a2ea373fb68a20fe1a [diff] |
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 }