Cleanup: tests: name all temporary files to better identify leakage
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index 38165904fc0e1ed432715e1a9fd22e1bcd560d6b..8ef4f0d8cd8b7c95288abdfdd3743793190e004d 100755 (executable)
@@ -130,7 +130,7 @@ while [ "$i" -lt "$TEST_COUNT" ]; do
 
        trap signal_cleanup SIGTERM SIGINT
 
-       TRACE_PATH=$(mktemp -d)
+       TRACE_PATH=$(mktemp --tmpdir -d -t tmp.test_rotation_destroy_flush.XXXXXX)
 
        # Execute test
        ${TESTS[$i]}
This page took 0.023622 seconds and 4 git commands to generate.