From: Simon Marchi Date: Fri, 27 Oct 2023 20:27:07 +0000 (+0000) Subject: tests: remove test dir in test-query-metadata-info.sh X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=c470d6c4d3b98aea46520862481cc158314129e3;p=babeltrace.git tests: remove test dir in test-query-metadata-info.sh Change-Id: Ib3415ae8370bec53d0eb1ffa807f011b6b0c933c Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/11182 Tested-by: jenkins Reviewed-by: Philippe Proulx --- diff --git a/tests/plugins/src.ctf.fs/query/test-query-metadata-info.sh b/tests/plugins/src.ctf.fs/query/test-query-metadata-info.sh index 592a8f7d..5915e29d 100755 --- a/tests/plugins/src.ctf.fs/query/test-query-metadata-info.sh +++ b/tests/plugins/src.ctf.fs/query/test-query-metadata-info.sh @@ -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