diff options
author | Ingela Anderton Andin <[email protected]> | 2015-06-15 15:11:11 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-06-15 15:15:26 +0200 |
commit | 501b8013d22dadd0642c8ee69a70848671f7bf2d (patch) | |
tree | b96287bfd2db9817d7c0cbc37a631266daf506f0 /lib/ssl/test/ssl_to_openssl_SUITE.erl | |
parent | 0dbe45a5ef3df42905efbcd36114570f1a7df87c (diff) | |
download | otp-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_to_openssl_SUITE.erl')
-rw-r--r-- | lib/ssl/test/ssl_to_openssl_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssl/test/ssl_to_openssl_SUITE.erl b/lib/ssl/test/ssl_to_openssl_SUITE.erl index 21ce4c4a29..463ab8088c 100644 --- a/lib/ssl/test/ssl_to_openssl_SUITE.erl +++ b/lib/ssl/test/ssl_to_openssl_SUITE.erl @@ -37,8 +37,6 @@ %% Common Test interface functions ----------------------------------- %%-------------------------------------------------------------------- -suite() -> [{ct_hooks,[ts_install_cth]}]. - all() -> [ {group, basic}, |