port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / kernel / test_rotation_destroy_flush
index cb773d7df59973c4a31ca69e6332cda9601f46f1..6e568afda769cae29dd40fb41d913e9470df367e 100755 (executable)
@@ -133,7 +133,7 @@ skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS ||
 
        while [ "$i" -lt "$TEST_COUNT" ]; do
 
-               TRACE_PATH=$(mktemp --tmpdir -d -t tmp.test_kernel_rotation_destroy_flush.XXXXXX)
+               TRACE_PATH=$(mktemp -d -t tmp.test_kernel_rotation_destroy_flush.XXXXXX)
 
                # Execute test
                ${TESTS[$i]}
This page took 0.022973 seconds and 4 git commands to generate.