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_alpn_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_alpn_handshake_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_alpn_handshake_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_alpn_handshake_SUITE.erl b/lib/ssl/test/ssl_alpn_handshake_SUITE.erl index da181faf64..9d57e89b9b 100644 --- a/lib/ssl/test/ssl_alpn_handshake_SUITE.erl +++ b/lib/ssl/test/ssl_alpn_handshake_SUITE.erl @@ -71,7 +71,7 @@ init_per_suite(Config) -> catch crypto:stop(), try crypto:start() of ok -> - ssl:start(), + ssl_test_lib:clean_start(), {ok, _} = make_certs:all(proplists:get_value(data_dir, Config), proplists:get_value(priv_dir, Config)), ssl_test_lib:cert_options(Config) |