port: add support for BSD mktemp
[lttng-tools.git] / tests / regression / kernel / test_ns_contexts
index 0ab31c3a31dd651318dbeebf903fa7f84967c80b..98b673c98e94c2f31b1ef3bd446fe9c370e4a2f5 100755 (executable)
@@ -11,7 +11,7 @@ TESTDIR=$CURDIR/../..
 
 TESTS_PER_NS=11
 
-NUM_TESTS=$((TESTS_PER_NS * 7))
+NUM_TESTS=$((TESTS_PER_NS * 8))
 
 source "$TESTDIR/utils/utils.sh"
 
@@ -76,7 +76,7 @@ function test_ns()
        ns_inode=$(stat -c '%i' -L "/proc/$$/ns/$ns")
        ok $? "Get current $ns namespace inode: $ns_inode"
 
-       trace_path=$(mktemp -d)
+       trace_path=$(mktemp -d -t tmp.{FUNCNAME[0]}_trace_path.XXXXXX)
 
        start_lttng_sessiond
 
@@ -131,5 +131,6 @@ test_ns ipc
 test_ns mnt
 test_ns net
 test_ns pid
+test_ns time
 test_ns user
 test_ns uts
This page took 0.026197 seconds and 4 git commands to generate.