aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_crl_SUITE.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-06-15 15:11:11 +0200
committerIngela Anderton Andin <[email protected]>2015-06-15 15:15:26 +0200
commit501b8013d22dadd0642c8ee69a70848671f7bf2d (patch)
treeb96287bfd2db9817d7c0cbc37a631266daf506f0 /lib/ssl/test/ssl_crl_SUITE.erl
parent0dbe45a5ef3df42905efbcd36114570f1a7df87c (diff)
downloadotp-501b8013d22dadd0642c8ee69a70848671f7bf2d.tar.gz
otp-501b8013d22dadd0642c8ee69a70848671f7bf2d.tar.bz2
otp-501b8013d22dadd0642c8ee69a70848671f7bf2d.zip
ssl: Remove unnecessary suite callback
The test cases does not use any hooks and including the ts_install_cth trips up the test case setup on some platforms cuasing the test cases to fail with {error, enoent}
Diffstat (limited to 'lib/ssl/test/ssl_crl_SUITE.erl')
-rw-r--r--lib/ssl/test/ssl_crl_SUITE.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ssl/test/ssl_crl_SUITE.erl b/lib/ssl/test/ssl_crl_SUITE.erl
index c6bf8898ad..79e1910b18 100644
--- a/lib/ssl/test/ssl_crl_SUITE.erl
+++ b/lib/ssl/test/ssl_crl_SUITE.erl
@@ -31,10 +31,6 @@
%%--------------------------------------------------------------------
%% Common Test interface functions -----------------------------------
%%--------------------------------------------------------------------
-
-suite() ->
- [{ct_hooks,[ts_install_cth]}].
-
all() ->
[
{group, check_true},