diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-27 23:23:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-09-28 00:13:52 +0100 |
commit | 60d10ce7e68a5f2cf771a5c079521c8e4f18d157 (patch) | |
tree | 79b04a74b51ebe063ed50f83d09ba739e1cc3add /test/stdout | |
parent | c0b9d3e87264ae274b37116103ecc9e1d1b0c647 (diff) |
Drain socket to get clean TCP FINs
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0574 | 1 | ||||
-rw-r--r-- | test/stdout/2002 | 1 | ||||
-rw-r--r-- | test/stdout/2014 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/test/stdout/0574 b/test/stdout/0574 index aea0754b7..08aacb17c 100644 --- a/test/stdout/0574 +++ b/test/stdout/0574 @@ -59,3 +59,4 @@ SMTP>> 221 myhost.test.ex closing connection LOG: smtp_connection MAIN SMTP connection from (test.ex) [127.0.0.1] closed by QUIT search_tidyup called +SMTP>>(close on process exit) diff --git a/test/stdout/2002 b/test/stdout/2002 index ec3c1f954..7fd17f029 100644 --- a/test/stdout/2002 +++ b/test/stdout/2002 @@ -94,6 +94,7 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected ??? 220 <<< 220 TLS go ahead Attempting to start TLS +A TLS fatal alert has been received. Failed to start TLS End of script Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected diff --git a/test/stdout/2014 b/test/stdout/2014 index 56c959f20..c7aab62f1 100644 --- a/test/stdout/2014 +++ b/test/stdout/2014 @@ -18,6 +18,7 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected ??? 220 <<< 220 TLS go ahead Attempting to start TLS +A TLS fatal alert has been received. Failed to start TLS End of script Connecting to 127.0.0.1 port 1225 ... connected |