Tests: clear: remove test workspace directory
[lttng-tools.git] / tests / regression / tools / clear / test_ust
index 04b713909c7a664e28ec46839424e35d05839ff2..3983d121533d4ff5d837c7c0fbf028296f709821 100755 (executable)
@@ -31,7 +31,7 @@ function clean_path ()
 {
        local trace_path=$1
        set -u
-       rm -rf $trace_path/*
+       rm -rf $trace_path
        set +u
 }
 
This page took 0.024079 seconds and 4 git commands to generate.