Commit fa7d656
committed
test: Ignore failures to remove the output file in some cases
When running tests with busybox as shell, removing the output
log file for the stacksmash-asan testcase fails like this
occasionally:
rm: can't remove 'log1-stacksmash-asan': Permission denied
This only seems to happen with the i686 build of busybox.
Avoid breaking builds by simply making it ignore errors from this
particular "rm" command.1 parent 0e13419 commit fa7d656
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| |||
0 commit comments