mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 21:59:57 +00:00
Fix running of all.sh on macOS
Was getting 'dd: unknown operand status' Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
@@ -3111,7 +3111,7 @@ run_component () {
|
||||
local dd_cmd
|
||||
dd_cmd=(dd if=/dev/urandom of=./tests/seedfile bs=64 count=1)
|
||||
case $OSTYPE in
|
||||
linux*|freebsd*|openbsd*|darwin*) dd_cmd+=(status=none)
|
||||
linux*|freebsd*|openbsd*) dd_cmd+=(status=none)
|
||||
esac
|
||||
"${dd_cmd[@]}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user