aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_options_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-06-09 12:09:52 +0200
committerHans Nilsson <[email protected]>2016-06-09 12:09:52 +0200
commit060807cf9e91182b4d46432c436a8c4953be9d7d (patch)
tree26107721553ec67ec247c20da123233b6a4db1a1 /lib/ssh/test/ssh_options_SUITE.erl
parent38cdb3b5131257a8cc76b8f64e32b8ecf722bdb4 (diff)
parent2f1ee6efa802f7f1089add9f87fd8b2804d5f124 (diff)
downloadotp-060807cf9e91182b4d46432c436a8c4953be9d7d.tar.gz
otp-060807cf9e91182b4d46432c436a8c4953be9d7d.tar.bz2
otp-060807cf9e91182b4d46432c436a8c4953be9d7d.zip
Merge branch 'hans/ssh/update_tests/OTP-13573'
Diffstat (limited to 'lib/ssh/test/ssh_options_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_options_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_options_SUITE.erl b/lib/ssh/test/ssh_options_SUITE.erl
index d1e3d6cb0e..61883c0647 100644
--- a/lib/ssh/test/ssh_options_SUITE.erl
+++ b/lib/ssh/test/ssh_options_SUITE.erl
@@ -27,7 +27,7 @@
-include_lib("common_test/include/ct.hrl").
-include_lib("kernel/include/file.hrl").
-
+-include("ssh_test_lib.hrl").
%%% Test cases
-export([connectfun_disconnectfun_client/1,
@@ -126,7 +126,7 @@ groups() ->
%%--------------------------------------------------------------------
init_per_suite(Config) ->
- Config.
+ ?CHECK_CRYPTO(Config).
end_per_suite(_Config) ->
ssh:stop().