X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fnamespaces%2Ftest_ns_contexts;h=be038eb28ecf734255fcf62ada37e56d57ec50fd;hp=062146970185d8baafab162bb067dffe84cd7106;hb=33e557114a2ba28e26e220a833e8a449c78b8b65;hpb=fc2dd19e2c7dbeaa86654b47c0a2c221b7018ecf diff --git a/tests/regression/ust/namespaces/test_ns_contexts b/tests/regression/ust/namespaces/test_ns_contexts index 062146970..be038eb28 100755 --- a/tests/regression/ust/namespaces/test_ns_contexts +++ b/tests/regression/ust/namespaces/test_ns_contexts @@ -35,7 +35,6 @@ function test_ns() local session_name="${ns}_ns" local chan_name="${ns}_ns" local context_name="${ns}_ns" - local trace_path local ns_inode @@ -45,12 +44,12 @@ function test_ns() return fi + trace_path=$(mktemp --tmpdir -d -t "tmp.${FUNCNAME[0]}_trace_path.XXXXXX") + # Get the current ns inode number ns_inode=$(stat -c '%i' -L "/proc/$$/ns/$ns") ok $? "Get current $ns namespace inode: $ns_inode" - trace_path=$(mktemp -d) - start_lttng_sessiond create_lttng_session_ok "$session_name" "$trace_path"