port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / tools / base-path / test_ust
index 38a0877531c8ea94ace15f2000140f40a5e0cda9..c7f03b59baa0d674fd14e1d50a63af581cb9a69a 100755 (executable)
@@ -13,7 +13,7 @@ TESTAPP_NAME="gen-ust-events"
 TESTAPP_BIN="$TESTAPP_PATH/$TESTAPP_NAME/$TESTAPP_NAME"
 EVENT_NAME="tp:tptest"
 
-TRACE_PATH=$(mktemp --tmpdir -d tmp.test_base_path_ust_trace_path.XXXXXX)
+TRACE_PATH=$(mktemp -d -t tmp.test_base_path_ust_trace_path.XXXXXX)
 
 NUM_TESTS=42
 
This page took 0.023198 seconds and 4 git commands to generate.