diff options
author | Ingela Anderton Andin <[email protected]> | 2012-02-03 15:44:54 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-02-10 15:34:27 +0100 |
commit | c957dbd73a69a34662c9fdfb45edaa53cb089c45 (patch) | |
tree | 24445cb182b272c6386d3ec17be91a1636fca6f7 /lib/ssh | |
parent | 3c3356e20e53e22e40920d4edee0acb7f7a6e8bc (diff) | |
download | otp-c957dbd73a69a34662c9fdfb45edaa53cb089c45.tar.gz otp-c957dbd73a69a34662c9fdfb45edaa53cb089c45.tar.bz2 otp-c957dbd73a69a34662c9fdfb45edaa53cb089c45.zip |
Test case maintenance
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/test/ssh_sftp_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_sftp_SUITE.erl b/lib/ssh/test/ssh_sftp_SUITE.erl index a1c6673ce7..7644db155d 100644 --- a/lib/ssh/test/ssh_sftp_SUITE.erl +++ b/lib/ssh/test/ssh_sftp_SUITE.erl @@ -44,7 +44,7 @@ %% variable, but should NOT alter/remove any existing entries. %%-------------------------------------------------------------------- init_per_suite(Config) -> - case crypto:start() of + case (catch crypto:start()) of ok -> ssh:start(), Config; |