port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / tools / notification / test_notification_kernel_userspace_probe
index 8ef8d708d282c10260773c3a05f3a0179c8aff68..065e66add8523224f7ce4cc54166cb60a62b6ce0 100755 (executable)
@@ -7,7 +7,7 @@
 CURDIR=$(dirname "$0")/
 TESTDIR=$CURDIR/../../../
 
-TESTAPP_STATE_PATH=$(mktemp --tmpdir -u "tmp.test_notif_kernel_uprobe_application_state.XXXXXXXXXX")
+TESTAPP_STATE_PATH=$(mktemp -u -t "tmp.test_notif_kernel_uprobe_application_state.XXXXXXXXXX")
 
 NUM_TESTS=13
 
This page took 0.024112 seconds and 4 git commands to generate.