Tests: clear: remove test workspace directory
[lttng-tools.git] / tests / regression / tools / clear / test_kernel
index c105698391726dac39989cce4098caa6aec2c1cf..051f3de24ec890756bc8dba13302af9145a754c4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 #
-# Copyright (C) 2019 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+# Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
 #
 # SPDX-License-Identifier: LGPL-2.1-only
 
@@ -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.022541 seconds and 4 git commands to generate.