aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_to_openssh_SUITE.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2015-05-04 09:30:05 +0200
committerIngela Anderton Andin <[email protected]>2015-05-04 09:30:05 +0200
commit33a27226f7402b2daea5c107e94790426e66ea74 (patch)
tree1a8937504dc18530b7bf8a2aad39052ecf086565 /lib/ssh/test/ssh_to_openssh_SUITE.erl
parentafd7d321ed5fe9b34d8a2dd18bda3d14978410ca (diff)
parentfb584c520ef60845506a14cb910745ffc3b92a66 (diff)
downloadotp-33a27226f7402b2daea5c107e94790426e66ea74.tar.gz
otp-33a27226f7402b2daea5c107e94790426e66ea74.tar.bz2
otp-33a27226f7402b2daea5c107e94790426e66ea74.zip
Merge branch 'ia/ssh/test-openssh-cuddle'
* ia/ssh/test-openssh-cuddle: ssh: Add openSSH interop check
Diffstat (limited to 'lib/ssh/test/ssh_to_openssh_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_to_openssh_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl
index af70eeb46c..d99123f871 100644
--- a/lib/ssh/test/ssh_to_openssh_SUITE.erl
+++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2008-2014. All Rights Reserved.
+%% Copyright Ericsson AB 2008-2015. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -66,7 +66,7 @@ init_per_suite(Config) ->
{error,econnrefused} ->
{skip,"No openssh deamon"};
_ ->
- Config
+ ssh_test_lib:openssh_sanity_check(Config)
end;
_Else ->
{skip,"Could not start crypto!"}