X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fregression%2Fust%2Flow-throughput%2Ftest_low_throughput;h=66ed8950fd73648a294ad68842d8b9e839b662ec;hb=33e557114a2ba28e26e220a833e8a449c78b8b65;hp=16ef2734788be7457ea4613d8a921c19aedfbb5d;hpb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;p=lttng-tools.git diff --git a/tests/regression/ust/low-throughput/test_low_throughput b/tests/regression/ust/low-throughput/test_low_throughput index 16ef27347..66ed8950f 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 -d) +TRACE_PATH=$(mktemp --tmpdir -d tmp.test_low_throughput_ust_trace_path.XXXXXX) # MUST set TESTDIR before calling those functions