X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftest_low_throughput;h=2861324f2d303b2d1c19aee2a60f28398d09988b;hp=e03d9f01eff5f4ef8c171b8d9f6659e795244c4a;hb=8d5a3312b34841f1ecba2605acad3eaca79fd5e4;hpb=5219e670edb63d5a4b34e095475045e6540f461b diff --git a/tests/regression/ust/low-throughput/test_low_throughput b/tests/regression/ust/low-throughput/test_low_throughput index e03d9f01e..2861324f2 100755 --- a/tests/regression/ust/low-throughput/test_low_throughput +++ b/tests/regression/ust/low-throughput/test_low_throughput @@ -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