diff options
author | Hans Nilsson <[email protected]> | 2017-02-02 14:28:40 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-02 14:28:40 +0100 |
commit | eb5e09ecede5a4639008772d8e4d951833a94951 (patch) | |
tree | f8d9da7ea67df36794f7771464e3338ce1043d26 /lib/ssh | |
parent | 1052f7a8d76d5774a1b4e1a3809031aa5aae491c (diff) | |
parent | aa71234438290f148ece18018ea4726924311bea (diff) | |
download | otp-eb5e09ecede5a4639008772d8e4d951833a94951.tar.gz otp-eb5e09ecede5a4639008772d8e4d951833a94951.tar.bz2 otp-eb5e09ecede5a4639008772d8e4d951833a94951.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/test/ssh_algorithms_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl index 14605ee44f..4327068b7b 100644 --- a/lib/ssh/test/ssh_algorithms_SUITE.erl +++ b/lib/ssh/test/ssh_algorithms_SUITE.erl @@ -198,8 +198,6 @@ try_exec_simple_group(Group, Config) -> %%-------------------------------------------------------------------- %% Testing all default groups -simple_exec_groups() -> [{timetrap,{minutes,8}}]. - simple_exec_groups(Config) -> Sizes = interpolate( public_key:dh_gex_group_sizes() ), lists:foreach( |