tests: remove test dir in test-query-metadata-info.sh
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 27 Oct 2023 20:27:07 +0000 (20:27 +0000)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 31 Oct 2023 17:41:27 +0000 (13:41 -0400)
Change-Id: Ib3415ae8370bec53d0eb1ffa807f011b6b0c933c
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11182
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/plugins/src.ctf.fs/query/test-query-metadata-info.sh

index 592a8f7d584a025737f15c07a232b138119569aa..5915e29d2812504f6c1f9d24322912b49c77e63d 100755 (executable)
@@ -76,6 +76,7 @@ test_non_existent_trace_dir() {
        ok $? "non existent trace dir: babeltrace produces the expected error message"
 
        rm -f "${stdout_file}" "${stderr_file}"
+       rmdir "${empty_dir}"
 }
 
 plan_tests 7
This page took 0.027404 seconds and 4 git commands to generate.