summaryrefslogtreecommitdiff
path: root/test/integration/test_channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test_channel.rb')
-rw-r--r--test/integration/test_channel.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_channel.rb b/test/integration/test_channel.rb
index 46f5fd5..4d55b75 100644
--- a/test/integration/test_channel.rb
+++ b/test/integration/test_channel.rb
@@ -108,7 +108,7 @@ class TestChannel < NetSSHTest
def test_channel_should_set_environment_variables_on_remote
setup_ssh_env do
- start_sshd_7_or_later(config: 'AcceptEnv foo baz') do |_pid, port|
+ start_sshd_7_or_later(config: ['AcceptEnv foo baz']) do |_pid, port|
Timeout.timeout(20) do
# We have our own sshd, give it a chance to come up before
# listening.