aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_algorithms_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-17 15:20:24 +0200
committerHans Nilsson <[email protected]>2017-05-17 15:20:24 +0200
commit950c96c30d241bd65abcd79a8a5d8846cd845b05 (patch)
tree573f15b24cac065474532e4afed2d14906c5a5f3 /lib/ssh/test/ssh_algorithms_SUITE.erl
parent37fa1e9a948a1902e2484f7f15d418136284f97f (diff)
parent8ce069a1ad162d18d6f986e6d1a7498ca3404e08 (diff)
downloadotp-950c96c30d241bd65abcd79a8a5d8846cd845b05.tar.gz
otp-950c96c30d241bd65abcd79a8a5d8846cd845b05.tar.bz2
otp-950c96c30d241bd65abcd79a8a5d8846cd845b05.zip
Merge branch 'hans/ssh/cuddle_tests'
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index cebd1296fa..736461624d 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -301,8 +301,9 @@ sshc_simple_exec_os_cmd(Config) ->
%%--------------------------------------------------------------------
%% Connect to the ssh server of the OS
-sshd_simple_exec(_Config) ->
+sshd_simple_exec(Config) ->
ConnectionRef = ssh_test_lib:connect(22, [{silently_accept_hosts, true},
+ proplists:get_value(pref_algs,Config),
{user_interaction, false}]),
{ok, ChannelId0} = ssh_connection:session_channel(ConnectionRef, infinity),
success = ssh_connection:exec(ConnectionRef, ChannelId0,