summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/pop3.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
commitdc6a47539be93fe214b116f1617914dd71149b0a (patch)
tree238e9d0bafc8cf32dc1e5e25ee2f168324d1082f /lib/custodian/protocoltest/pop3.rb
parentd0855d7276ac3fc11e6ece2aa859c175a548fa8f (diff)
Updated to read from the socket.
Diffstat (limited to 'lib/custodian/protocoltest/pop3.rb')
-rw-r--r--lib/custodian/protocoltest/pop3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/pop3.rb b/lib/custodian/protocoltest/pop3.rb
index eeb31bf..6d33171 100644
--- a/lib/custodian/protocoltest/pop3.rb
+++ b/lib/custodian/protocoltest/pop3.rb
@@ -76,7 +76,7 @@ module Custodian
# reset the error, in case we were previously executed.
@error = nil
- run_test_internal( @host, @port, /\+OK/i )
+ run_test_internal( @host, @port, /\+OK/i, true )
end