diff options
author | Hans Nilsson <[email protected]> | 2017-04-25 13:43:56 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-26 12:15:06 +0200 |
commit | 98fa13854707fc1f4aecb6d2f7bc167f478bdd6f (patch) | |
tree | 3de25377ada310700ef31c921ef9a9329c7e07e6 /lib/ssh/test/ssh_protocol_SUITE.erl | |
parent | 2e55f44545504aa1ba109e072e6833f5c045b58f (diff) | |
download | otp-98fa13854707fc1f4aecb6d2f7bc167f478bdd6f.tar.gz otp-98fa13854707fc1f4aecb6d2f7bc167f478bdd6f.tar.bz2 otp-98fa13854707fc1f4aecb6d2f7bc167f478bdd6f.zip |
ssh: test case adjustments
Diffstat (limited to 'lib/ssh/test/ssh_protocol_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_protocol_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_protocol_SUITE.erl b/lib/ssh/test/ssh_protocol_SUITE.erl index 2c4fa8be88..9e7d1a5fa3 100644 --- a/lib/ssh/test/ssh_protocol_SUITE.erl +++ b/lib/ssh/test/ssh_protocol_SUITE.erl @@ -752,6 +752,7 @@ connect_and_kex(Config, InitialState) -> {cipher,?DEFAULT_CIPHERS} ]}, {silently_accept_hosts, true}, + {recv_ext_info, false}, {user_dir, user_dir(Config)}, {user_interaction, false}]}, receive_hello, |