From dc6a47539be93fe214b116f1617914dd71149b0a Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 20 May 2013 16:14:26 +0100 Subject: Updated to read from the socket. --- lib/custodian/protocoltest/rsync.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest/rsync.rb') 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 -- cgit v1.2.1