diff options
author | Hans Nilsson <[email protected]> | 2017-02-02 14:27:24 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-02-02 14:27:24 +0100 |
commit | aa71234438290f148ece18018ea4726924311bea (patch) | |
tree | 5b43a743497b6727acbde5e07a04dccf85b8ca94 /lib | |
parent | 2efa6a87b1045b62a831d61e1826522f1a3dd30f (diff) | |
parent | c18032539bcaf172416c55b415a4aba449365f7d (diff) | |
download | otp-aa71234438290f148ece18018ea4726924311bea.tar.gz otp-aa71234438290f148ece18018ea4726924311bea.tar.bz2 otp-aa71234438290f148ece18018ea4726924311bea.zip |
Merge branch 'hans/ssh/cuddle_tests' into maint
Diffstat (limited to 'lib')
-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( |