diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-06 23:10:34 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-08 15:35:34 +0000 |
commit | 5ddc9771fa4d7861d3e5bfd6ea30c054883eaf40 (patch) | |
tree | fc2bd51ab9ea6b6685ea898400d2ebdc3a0faaa7 /test/stdout/0502 | |
parent | dd7b74e90a96eaf109796d8f9499578571a1572c (diff) |
Ensure socket is nonblocking before draining. Bug 1914
Diffstat (limited to 'test/stdout/0502')
-rw-r--r-- | test/stdout/0502 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/stdout/0502 b/test/stdout/0502 index a0fbe6b00..edb6d3156 100644 --- a/test/stdout/0502 +++ b/test/stdout/0502 @@ -19,3 +19,23 @@ 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
221 myhost.test.ex closing connection
+Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO test.ex +??? 250- +<<< 250-myhost.test.ex Hello test.ex [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250 HELP +<<< 250 HELP +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +???*eof +Expected EOF read +End of script |