summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/rsync.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-20 16:14:26 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-20 16:14:26 +0100
commit1fa9c5c06d2e8fc8f0fbc511a460d7b324eb69e5 (patch)
tree089d20c4a5ca046d6278a473c4f0f3a4df16d291 /lib/custodian/protocoltest/rsync.rb
parent8eb490c4541c1babccbc83c43467a6d3e10c945e (diff)
Updated to read from the socket.
Diffstat (limited to 'lib/custodian/protocoltest/rsync.rb')
-rw-r--r--lib/custodian/protocoltest/rsync.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/rsync.rb b/lib/custodian/protocoltest/rsync.rb
index 544fb66..7eeac4f 100644
--- a/lib/custodian/protocoltest/rsync.rb
+++ b/lib/custodian/protocoltest/rsync.rb
@@ -78,7 +78,7 @@ module Custodian
# reset the error, in case we were previously executed.
@error = nil
- run_test_internal( @host, @port, /^@RSYNCD/ )
+ run_test_internal( @host, @port, /^@RSYNCD/, true )
end