summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/ssh.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r--lib/custodian/protocoltest/ssh.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/ssh.rb b/lib/custodian/protocoltest/ssh.rb
index 5e5a720..309a52a 100644
--- a/lib/custodian/protocoltest/ssh.rb
+++ b/lib/custodian/protocoltest/ssh.rb
@@ -77,7 +77,7 @@ module Custodian
# reset the error, in case we were previously executed.
@error = nil
- run_test_internal( @host, @port, /SSH/i )
+ run_test_internal( @host, @port, /SSH/i, true )
end