diff options
author | Steve Kemp <steve@steve.org.uk> | 2013-05-20 16:14:26 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2013-05-20 16:14:26 +0100 |
commit | dc6a47539be93fe214b116f1617914dd71149b0a (patch) | |
tree | 238e9d0bafc8cf32dc1e5e25ee2f168324d1082f /lib/custodian/protocoltest/ssh.rb | |
parent | d0855d7276ac3fc11e6ece2aa859c175a548fa8f (diff) |
Updated to read from the socket.
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r-- | lib/custodian/protocoltest/ssh.rb | 2 |
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 |