diff options
author | Hans Nilsson <[email protected]> | 2017-02-17 19:18:58 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-03-02 12:07:01 +0100 |
commit | b06e71e0ff39050eb538352a7b7ca6df8f62eed3 (patch) | |
tree | 3f8a9b0e2db8a00de444889b62bf907722fe9fe6 /lib/ssh/test/ssh_to_openssh_SUITE.erl | |
parent | 7e2ceb5d44dc5004ea4d8271ee1e961bfa4987fd (diff) | |
download | otp-b06e71e0ff39050eb538352a7b7ca6df8f62eed3.tar.gz otp-b06e71e0ff39050eb538352a7b7ca6df8f62eed3.tar.bz2 otp-b06e71e0ff39050eb538352a7b7ca6df8f62eed3.zip |
ssh: Remove missplaced options in test suites
Removed daemon-only options from client and client-only options from daemon.
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index cd5ba6ecd2..687e6efaf3 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -381,7 +381,6 @@ erlang_server_openssh_client_public_key_X(Config, PubKeyAlg) -> PrivDir = proplists:get_value(priv_dir, Config), KnownHosts = filename:join(PrivDir, "known_hosts"), {Pid, Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir}, - {public_key_alg, PubKeyAlg}, {failfun, fun ssh_test_lib:failfun/2}]), ct:sleep(500), @@ -402,7 +401,6 @@ erlang_server_openssh_client_renegotiate(Config) -> KnownHosts = filename:join(PrivDir, "known_hosts"), {Pid, Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir}, - {public_key_alg, PubKeyAlg}, {failfun, fun ssh_test_lib:failfun/2}]), ct:sleep(500), |