diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-06 15:10:22 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-06 15:10:22 +0100 |
commit | 7e1454df69201236ccf2f0955ca1ddce727f07c3 (patch) | |
tree | 13edb96ee395d4315632be7548afea28f8b1d4a1 /lib/ssh | |
parent | f83a7daeb2b7c913688f62dfd78d7f68bcdb542b (diff) | |
download | otp-7e1454df69201236ccf2f0955ca1ddce727f07c3.tar.gz otp-7e1454df69201236ccf2f0955ca1ddce727f07c3.tar.bz2 otp-7e1454df69201236ccf2f0955ca1ddce727f07c3.zip |
Use same connect as the rest of testcases
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index 61b91e3a25..0ae7874c4b 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -245,7 +245,7 @@ idle_time(Config) -> {user_dir, UserDir}, {failfun, fun ssh_test_lib:failfun/2}]), ConnectionRef = - ssh:connect(Host, Port, [{silently_accept_hosts, true}, + ssh_test_lib:connect(Host, Port, [{silently_accept_hosts, true}, {user_dir, UserDir}, {user_interaction, false}, {idle_time, 3000}]), |