port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / ust / rotation-destroy-flush / test_rotation_destroy_flush
index 8ef4f0d8cd8b7c95288abdfdd3743793190e004d..669bcbc430a5f6b0d0d64c1657e0c8b1338ba3d3 100755 (executable)
@@ -130,7 +130,7 @@ while [ "$i" -lt "$TEST_COUNT" ]; do
 
        trap signal_cleanup SIGTERM SIGINT
 
 
        trap signal_cleanup SIGTERM SIGINT
 
-       TRACE_PATH=$(mktemp --tmpdir -d -t tmp.test_rotation_destroy_flush.XXXXXX)
+       TRACE_PATH=$(mktemp -d -t tmp.test_rotation_destroy_flush.XXXXXX)
 
        # Execute test
        ${TESTS[$i]}
 
        # Execute test
        ${TESTS[$i]}
This page took 0.022903 seconds and 4 git commands to generate.