aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_basic_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-07-03 13:20:12 +0200
committerHans Nilsson <[email protected]>2015-07-03 13:20:12 +0200
commit10d4063181dfceba2a1f0799c98ddeecf4495d82 (patch)
tree6834a006b7e0322451c385975432b8f18ec57c41 /lib/ssh/test/ssh_basic_SUITE.erl
parent80dfe5c5e942c8eba81405179969791cdd3bdf2f (diff)
parentcbdc82ba5fdfeaee255f5f16e0d8c0e840cef3d8 (diff)
downloadotp-10d4063181dfceba2a1f0799c98ddeecf4495d82.tar.gz
otp-10d4063181dfceba2a1f0799c98ddeecf4495d82.tar.bz2
otp-10d4063181dfceba2a1f0799c98ddeecf4495d82.zip
Merge branch 'maint'
* maint: ssh: testcases for no common algorithms in key exchange
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl
index 9ff3eb8d0b..bf9fe54c57 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -1838,6 +1838,8 @@ check_error("Invalid state") ->
ok;
check_error("Connection closed") ->
ok;
+check_error("Selection of key exchange algorithm failed") ->
+ ok;
check_error(Error) ->
ct:fail(Error).