Tests: clear: remove test workspace directory
[lttng-tools.git] / tests / regression / tools / clear / test_kernel
index 300a2bbc8cd076c7030b130064d6a6d33a5a81c7..051f3de24ec890756bc8dba13302af9145a754c4 100755 (executable)
@@ -28,7 +28,7 @@ function clean_path ()
 {
        local trace_path=$1
        set -u
-       rm -rf $trace_path/*
+       rm -rf $trace_path
        set +u
 }
 
This page took 0.023292 seconds and 4 git commands to generate.