From b75d8ba523acfe1a0b23aec6211da1f2d5fd2c42 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 10 Jan 2012 17:37:57 +0100 Subject: Improve test case structure so that test should pass on all platforms --- lib/ssh/test/ssh_sftpd_SUITE.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ssh/test/ssh_sftpd_SUITE.erl') diff --git a/lib/ssh/test/ssh_sftpd_SUITE.erl b/lib/ssh/test/ssh_sftpd_SUITE.erl index bfe54a3e75..e878b991a0 100644 --- a/lib/ssh/test/ssh_sftpd_SUITE.erl +++ b/lib/ssh/test/ssh_sftpd_SUITE.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2006-2011. All Rights Reserved. +%% Copyright Ericsson AB 2006-2012. 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 @@ -53,7 +53,7 @@ %% variable, but should NOT alter/remove any existing entries. %%-------------------------------------------------------------------- init_per_suite(Config) -> - case {catch ssh:stop(),catch crypto:start()} of + case {catch crypto:start(),catch ssh:start()} of {ok,ok} -> ssh_test_lib:make_dsa_files(Config), Config; -- cgit v1.2.3