mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-18 19:20:50 +00:00
Ignore missing temporary files during cleanup
Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
parent
e4a42f536d
commit
d2bd299082
@ -285,7 +285,7 @@ can_run_cc_output() {
|
||||
result=0
|
||||
fi
|
||||
fi
|
||||
rm "$testbin"
|
||||
rm -f "$testbin"
|
||||
fi
|
||||
return $result
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user