aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_algorithms_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-01-30 19:40:58 +0100
committerHans Nilsson <[email protected]>2018-03-29 11:58:27 +0200
commit18d9abb63605628e4564cb925f359c73e1f24c4f (patch)
tree8a2db5be3732574425687a3c8bb72a161528e20a /lib/ssh/test/ssh_algorithms_SUITE.erl
parentc7ae37130690648f2934e033c4d8ab9551d61ac9 (diff)
downloadotp-18d9abb63605628e4564cb925f359c73e1f24c4f.tar.gz
otp-18d9abb63605628e4564cb925f359c73e1f24c4f.tar.bz2
otp-18d9abb63605628e4564cb925f359c73e1f24c4f.zip
ssh: Simplify ssh_connection and ssh_connection_handler and their internal interfaces
Diffstat (limited to 'lib/ssh/test/ssh_algorithms_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index de6e448ebd..0b18bee9d7 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -257,8 +257,7 @@ try_exec_simple_group(Group, Config) ->
of
_ -> ct:fail("Exec though no group available")
catch
- error:{badmatch,{error,"No possible diffie-hellman-group-exchange group found"}} -> ok;
- error:{badmatch,{error,"Connection closed"}} -> ok
+ error:{badmatch,{error,"Key exchange failed"}} -> ok
end.
%%--------------------------------------------------------------------