mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-23 12:39:54 +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
c12ebb0811
commit
31906327d3
@ -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