Cleanup: tests: name all temporary files to better identify leakage
[lttng-tools.git] / tests / regression / ust / low-throughput / test_low_throughput
index 16ef2734788be7457ea4613d8a921c19aedfbb5d..66ed8950fd73648a294ad68842d8b9e839b662ec 100755 (executable)
@@ -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
 
This page took 0.02833 seconds and 4 git commands to generate.