diff options
author | Niclas Eklund <[email protected]> | 2011-03-07 14:47:00 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:20 +0200 |
commit | a488a4d45a392b5cf4cc46195a3ad2df32389582 (patch) | |
tree | c95ff80b62b9562cab7443e385305ec3df74e6ba /lib/ssh/test/ssh_basic_SUITE.erl | |
parent | 37bd65a4615ca9692c8ef363151559a3fe22cda4 (diff) | |
download | otp-a488a4d45a392b5cf4cc46195a3ad2df32389582.tar.gz otp-a488a4d45a392b5cf4cc46195a3ad2df32389582.tar.bz2 otp-a488a4d45a392b5cf4cc46195a3ad2df32389582.zip |
Corrected include path and spelling of a test case function.
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_basic_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl index e801664ff2..b51b17b2f4 100644 --- a/lib/ssh/test/ssh_basic_SUITE.erl +++ b/lib/ssh/test/ssh_basic_SUITE.erl @@ -102,7 +102,7 @@ end_per_testcase(_TestCase, _Config) -> %% Description: Returns a list of all test cases in this test suite %%-------------------------------------------------------------------- all() -> - [exec, exec_compressed, shell, daemon_allready_started, + [exec, exec_compressed, shell, daemon_already_started, server_password_option, server_userpassword_option, known_hosts]. |