diff options
author | Hans Nilsson <[email protected]> | 2016-10-28 13:28:24 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-10-28 13:28:24 +0200 |
commit | 284d4e244c6c4605c619cb44d807464bd5bc8f52 (patch) | |
tree | afe4d231c8813c7dcfbfcf8a8cbb8f75c9b65222 /lib/ssh/test/ssh_options_SUITE.erl | |
parent | 56627426e9a0ffb516a11ec2d4bd737c24fa3fd1 (diff) | |
download | otp-284d4e244c6c4605c619cb44d807464bd5bc8f52.tar.gz otp-284d4e244c6c4605c619cb44d807464bd5bc8f52.tar.bz2 otp-284d4e244c6c4605c619cb44d807464bd5bc8f52.zip |
ssh: change of test helper ssh_test_lib:start_shell
Diffstat (limited to 'lib/ssh/test/ssh_options_SUITE.erl')
-rw-r--r-- | lib/ssh/test/ssh_options_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_options_SUITE.erl b/lib/ssh/test/ssh_options_SUITE.erl index 9b1ff65e64..60eae5a850 100644 --- a/lib/ssh/test/ssh_options_SUITE.erl +++ b/lib/ssh/test/ssh_options_SUITE.erl @@ -1011,7 +1011,7 @@ ssh_connect_nonegtimeout_connected(Config, Parallel) -> ct:sleep(500), IO = ssh_test_lib:start_io_server(), - Shell = ssh_test_lib:start_shell(Port, IO, UserDir), + Shell = ssh_test_lib:start_shell(Port, IO, [{user_dir,UserDir}]), receive Error = {'EXIT', _, _} -> ct:log("~p",[Error]), |