port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / tools / notification / test_notification_ust_event_rule_condition_exclusion
index c15ecff08a626c5c965487fcf0a2c20045e41ff8..b8dbcc859bb686c58db774a886820267f683e0ae 100755 (executable)
@@ -12,7 +12,7 @@ TESTAPP_PATH="$TESTDIR/utils/testapp"
 GEN_UST_NEVENTS_TESTAPP_NAME="gen-ust-nevents"
 GEN_UST_NEVENTS_TESTAPP_BIN="$TESTAPP_PATH/$GEN_UST_NEVENTS_TESTAPP_NAME/$GEN_UST_NEVENTS_TESTAPP_NAME"
 
-TESTAPP_STATE_PATH=$(mktemp --tmpdir -u "tmp.test_notif_event_rule_exclusion_ust_application_state.XXXXXX")
+TESTAPP_STATE_PATH=$(mktemp -u -t "tmp.test_notif_event_rule_exclusion_ust_application_state.XXXXXX")
 
 # shellcheck source=../../../utils/utils.sh
 source "$TESTDIR/utils/utils.sh"
This page took 0.023078 seconds and 4 git commands to generate.