port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / tools / tracefile-limits / test_tracefile_count
index 5f114af044e25b696907b832b5aa427f65d5ce17..7f6032d7136afc8dd166ffee7769a03af9b28384 100755 (executable)
@@ -111,7 +111,7 @@ function test_tracefile_count_limit ()
        local session_name
        local stream_pattern=".*${channel_name}_${cpuno}_[0-9]*"
        local stream_size=0
-       local trace_path=$(mktemp --tmpdir -d "tmp.${FUNCNAME[0]}_trace_path.XXXXXX")
+       local trace_path=$(mktemp -d -t "tmp.${FUNCNAME[0]}_trace_path.XXXXXX")
 
        session_name=$(randstring 16 0)
 
This page took 0.023112 seconds and 4 git commands to generate.