diff options
Diffstat (limited to '')
-rwxr-xr-x | test/integration/docker/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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() { |