commit | 08c14d1412c4fd82de228147475d4ce794acd3af | [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 13:29:06 2024 +0100 |
tree | 5fffa1f98c635a2097da002562b658e36b0742ea | |
parent | 26822ab1b6c9f44d8e1cd3bfdb3753d95e207251 [diff] |
Ignore missing temporary files during cleanup Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index a162908..51705e1 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -816,7 +816,7 @@ result=0 fi fi - rm "$testbin" + rm -f "$testbin" fi return $result }