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/smtp.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/protocoltest/smtp.rb') diff --git a/lib/custodian/protocoltest/smtp.rb b/lib/custodian/protocoltest/smtp.rb index 0babcd2..819e795 100644 --- a/lib/custodian/protocoltest/smtp.rb +++ b/lib/custodian/protocoltest/smtp.rb @@ -74,7 +74,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