aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiclas Eklund <[email protected]>2011-03-07 14:47:00 +0100
committerNiclas Eklund <[email protected]>2011-05-19 14:38:20 +0200
commita488a4d45a392b5cf4cc46195a3ad2df32389582 (patch)
treec95ff80b62b9562cab7443e385305ec3df74e6ba
parent37bd65a4615ca9692c8ef363151559a3fe22cda4 (diff)
downloadotp-a488a4d45a392b5cf4cc46195a3ad2df32389582.tar.gz
otp-a488a4d45a392b5cf4cc46195a3ad2df32389582.tar.bz2
otp-a488a4d45a392b5cf4cc46195a3ad2df32389582.zip
Corrected include path and spelling of a test case function.
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
-rw-r--r--lib/ssh/test/ssh_test_lib.erl2
2 files changed, 2 insertions, 2 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].
diff --git a/lib/ssh/test/ssh_test_lib.erl b/lib/ssh/test/ssh_test_lib.erl
index e8197e32c2..4fd47da090 100644
--- a/lib/ssh/test/ssh_test_lib.erl
+++ b/lib/ssh/test/ssh_test_lib.erl
@@ -27,7 +27,7 @@
-include_lib("public_key/include/public_key.hrl").
-include("test_server.hrl").
-include("test_server_line.hrl").
--include("../src/ssh.hrl").
+-include_lib("ssh/src/ssh.hrl").
-define(TIMEOUT, 50000).