aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_basic_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-01-19 10:50:01 +0100
committerHans Nilsson <[email protected]>2017-01-31 17:13:56 +0100
commitd89206ccb3df4fc4fff4549f561085611febb22a (patch)
treed00c2e9a6a9a375616cbab255dbdd2bc244b74aa /lib/ssh/test/ssh_basic_SUITE.erl
parent6847d9223420fb86cdf72f0e608a5f41a2673053 (diff)
downloadotp-d89206ccb3df4fc4fff4549f561085611febb22a.tar.gz
otp-d89206ccb3df4fc4fff4549f561085611febb22a.tar.bz2
otp-d89206ccb3df4fc4fff4549f561085611febb22a.zip
ssh: better error msg at kex failure
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
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 0a0ab5cdf7..fb3342ac32 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -1206,7 +1206,7 @@ check_error("Invalid state") ->
ok;
check_error("Connection closed") ->
ok;
-check_error("Selection of key exchange algorithm failed") ->
+check_error("Selection of key exchange algorithm failed"++_) ->
ok;
check_error(Error) ->
ct:fail(Error).