port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / ust / namespaces / test_ns_contexts
index e65cc247598533bf2f2053f38d7687395ed756e3..0af3193eff024d8036142f77db1a67edd5656dd3 100755 (executable)
@@ -44,7 +44,7 @@ function test_ns()
                return
        fi
 
-       trace_path=$(mktemp --tmpdir -d -t "tmp.${FUNCNAME[0]}_trace_path.XXXXXX")
+       trace_path=$(mktemp -d -t "tmp.${FUNCNAME[0]}_trace_path.XXXXXX")
 
        # Get the current ns inode number
        ns_inode=$(stat -c '%i' -L "/proc/$$/ns/$ns")
This page took 0.023525 seconds and 4 git commands to generate.