Fix: syscall event rule: emission sites not compared in is_equal
[lttng-tools.git] / tests / regression / ust / namespaces / test_ns_contexts
index be038eb28ecf734255fcf62ada37e56d57ec50fd..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")
@@ -76,6 +76,8 @@ plan_tests $NUM_TESTS
 
 print_test_banner "$TEST_DESC"
 
+bail_out_if_no_babeltrace
+
 system_has_ns=0
 if [ -d "/proc/$$/ns" ]; then
        system_has_ns=1
This page took 0.024282 seconds and 4 git commands to generate.