From f915b1981feef2146924a9556285993bc08dfcbe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Aug 2021 16:57:59 +0300 Subject: test/integration/docker: remove output directory --- test/integration/docker/test.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/integration/docker/test.sh') diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 7948be0..58ccaca 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -10,6 +10,7 @@ readonly script_name readonly ssh_dir="$script_dir/ssh" readonly client_key_password='password' +readonly output_dir="$script_dir/client/output" dump() { local prefix="${FUNCNAME[0]}" @@ -29,6 +30,7 @@ cleanup() { remove_ssh_keys kill_ssh_agent + rm -rf -- "$output_dir" } generate_ssh_keys() { -- cgit v1.2.3