port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / ust / low-throughput / test_low_throughput
index e03d9f01eff5f4ef8c171b8d9f6659e795244c4a..2861324f2d303b2d1c19aee2a60f28398d09988b 100755 (executable)
@@ -19,7 +19,7 @@ if [ ! -x "$CURDIR/$BIN_NAME" ]; then
        BAIL_OUT "No UST nevents binary detected."
 fi
 
-TRACE_PATH=$(mktemp --tmpdir -d tmp.test_low_throughput_ust_trace_path.XXXXXX)
+TRACE_PATH=$(mktemp -d -t tmp.test_low_throughput_ust_trace_path.XXXXXX)
 
 # MUST set TESTDIR before calling those functions
 
This page took 0.0227 seconds and 4 git commands to generate.