mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-22 01:47:23 +00:00
Fix PSA sim test awk script by removing extra $
Signed-off-by: Tom Cosgrove <[email protected]>
This commit is contained in:
@@ -17,7 +17,7 @@ function clean_run() {
|
||||
rm -f psa_notify_*
|
||||
pkill psa_partition || true
|
||||
pkill psa_client || true
|
||||
ipcs | grep q | awk '{ printf " -q " $$2 }' | xargs ipcrm > /dev/null 2>&1 || true
|
||||
ipcs | grep q | awk '{ printf " -q " $2 }' | xargs ipcrm > /dev/null 2>&1 || true
|
||||
}
|
||||
|
||||
# The server creates some local files when it starts up so we can wait for this
|
||||
|
||||
Reference in New Issue
Block a user