X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Ftools%2Fnotification%2Ftest_notification_ust_event_rule_condition_exclusion;h=b8dbcc859bb686c58db774a886820267f683e0ae;hb=8d5a3312b34841f1ecba2605acad3eaca79fd5e4;hp=c15ecff08a626c5c965487fcf0a2c20045e41ff8;hpb=5219e670edb63d5a4b34e095475045e6540f461b;p=lttng-tools.git diff --git a/tests/regression/tools/notification/test_notification_ust_event_rule_condition_exclusion b/tests/regression/tools/notification/test_notification_ust_event_rule_condition_exclusion index c15ecff08..b8dbcc859 100755 --- a/tests/regression/tools/notification/test_notification_ust_event_rule_condition_exclusion +++ b/tests/regression/tools/notification/test_notification_ust_event_rule_condition_exclusion @@ -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"