From 1fa9c5c06d2e8fc8f0fbc511a460d7b324eb69e5 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/ftp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest/ftp.rb') diff --git a/lib/custodian/protocoltest/ftp.rb b/lib/custodian/protocoltest/ftp.rb index f792a00..a3b0042 100644 --- a/lib/custodian/protocoltest/ftp.rb +++ b/lib/custodian/protocoltest/ftp.rb @@ -76,7 +76,7 @@ module Custodian # reset the error, in case we were previously executed. @error = nil - run_test_internal( @host, @port, "^220" ) + run_test_internal( @host, @port, "^220", true ) end -- cgit v1.2.1