diff options
author | Hans Nilsson <[email protected]> | 2015-07-03 13:17:40 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-07-03 13:17:40 +0200 |
commit | cbdc82ba5fdfeaee255f5f16e0d8c0e840cef3d8 (patch) | |
tree | be5a0c5a0cff310466025e082e95affccd8fbb10 /lib/ssh/test/ssh_basic_SUITE.erl | |
parent | a7fb15f611d54994fcc210550b522d49c1fb22d7 (diff) | |
parent | a9bedfb5b9a469642c0e8bf315f41a2505444cd6 (diff) | |
download | otp-cbdc82ba5fdfeaee255f5f16e0d8c0e840cef3d8.tar.gz otp-cbdc82ba5fdfeaee255f5f16e0d8c0e840cef3d8.tar.bz2 otp-cbdc82ba5fdfeaee255f5f16e0d8c0e840cef3d8.zip |
Merge branch 'hans/ssh/no_common_algs/OTP-11531' into maint
* hans/ssh/no_common_algs/OTP-11531:
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.erl | 2 |
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). |