port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / tools / notification / test_notification_kernel_instrumentation
index 90545a5417a704d5954c4bb9085079c89a16938e..b8f0c7eb8df2e44a8da45c3906d06e4b7efab093 100755 (executable)
@@ -7,7 +7,7 @@
 CURDIR=$(dirname "$0")/
 TESTDIR=$CURDIR/../../../
 
-TESTAPP_STATE_PATH=$(mktemp --tmpdir -u "tmp.test_notif_kernel_instrumentation_application_state.XXXXXXXXXX")
+TESTAPP_STATE_PATH=$(mktemp -u -t "tmp.test_notif_kernel_instrumentation_application_state.XXXXXXXXXX")
 
 NUM_TESTS=13
 
This page took 0.023934 seconds and 4 git commands to generate.