diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-07 15:54:32 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-07 16:05:23 +0200 |
commit | 76c93beeb89ecbcf1070190c95532e0d00d06278 (patch) | |
tree | 6611827fcea4b31cd4a5ab049356b8b2006caa20 /lib/ssl/test/ssl_handshake_SUITE.erl | |
parent | 61b1abd20322ad4f05eab7d53c333c6a1e91c296 (diff) | |
download | otp-76c93beeb89ecbcf1070190c95532e0d00d06278.tar.gz otp-76c93beeb89ecbcf1070190c95532e0d00d06278.tar.bz2 otp-76c93beeb89ecbcf1070190c95532e0d00d06278.zip |
ssl: Make sure tests get a clean start
Diffstat (limited to 'lib/ssl/test/ssl_handshake_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_handshake_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_handshake_SUITE.erl b/lib/ssl/test/ssl_handshake_SUITE.erl index a671e3e307..51f0651568 100644 --- a/lib/ssl/test/ssl_handshake_SUITE.erl +++ b/lib/ssl/test/ssl_handshake_SUITE.erl @@ -60,7 +60,7 @@ init_per_testcase(ignore_hassign_extension_pre_tls_1_2, Config0) -> ok -> case is_supported(sha512) of true -> - ssl:start(), + ssl_test_lib:clean_start(), %% make rsa certs using oppenssl {ok, _} = make_certs:all(proplists:get_value(data_dir, Config0), proplists:get_value(priv_dir, Config0)), |