diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-30 10:13:44 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-30 10:13:44 +0100 |
commit | f78daeeccbf6de61b9e5dae4dd70f12fba03a2ff (patch) | |
tree | f4baae4424cf2319915ffc60c27cd4a95b6aae44 /lib | |
parent | fadf861ed01ea4c54ceeb4b83830389ee7dc7b93 (diff) | |
download | otp-f78daeeccbf6de61b9e5dae4dd70f12fba03a2ff.tar.gz otp-f78daeeccbf6de61b9e5dae4dd70f12fba03a2ff.tar.bz2 otp-f78daeeccbf6de61b9e5dae4dd70f12fba03a2ff.zip |
ssh_basic_SUITE rekey test modifications
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index 16f759f974..e1949daba2 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -43,7 +43,6 @@ all() -> {group, rsa_pass_key}, {group, internal_error}, {group, idle_time}, - {group, rekey}, daemon_already_started, server_password_option, server_userpassword_option, |