diff options
author | Ingela Anderton Andin <[email protected]> | 2016-09-12 15:50:25 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-09-12 15:50:25 +0200 |
commit | ebc014765b3fded51531f44c73ce13a739af8398 (patch) | |
tree | b6effa222bb43b6b4297e901845ed9947014f368 /lib/ssl/test/ssl_crl_SUITE.erl | |
parent | e1bcf7f909fbb109616e8c4efeecf9c714bf62b3 (diff) | |
parent | 9553491d25f37ab2f555e60c9f74965299963971 (diff) | |
download | otp-ebc014765b3fded51531f44c73ce13a739af8398.tar.gz otp-ebc014765b3fded51531f44c73ce13a739af8398.tar.bz2 otp-ebc014765b3fded51531f44c73ce13a739af8398.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssl/test/ssl_crl_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_crl_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_crl_SUITE.erl b/lib/ssl/test/ssl_crl_SUITE.erl index e37e127440..bc2822f0c4 100644 --- a/lib/ssl/test/ssl_crl_SUITE.erl +++ b/lib/ssl/test/ssl_crl_SUITE.erl @@ -136,7 +136,7 @@ init_per_testcase(Case, Config0) -> true -> end_per_testcase(Case, Config0), inets:start(), - ssl:start(), + ssl_test_lib:clean_start(), ServerRoot = make_dir_path([proplists:get_value(priv_dir, Config0), idp_crl, tmp]), %% start a HTTP server to serve the CRLs {ok, Httpd} = inets:start(httpd, [{ipfamily, proplists:get_value(ipfamily, Config0)}, @@ -155,7 +155,7 @@ init_per_testcase(Case, Config0) -> [{cert_dir, CertDir} | Config]; false -> end_per_testcase(Case, Config0), - ssl:start(), + ssl_test_lib:clean_start(), Config0 end. |