diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-06 18:53:34 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:03 +0100 |
commit | 613dd4aed0ae1d1165f89a3d6819e51a033fcfb6 (patch) | |
tree | 13cae2b5e2efe0e285a3c4b3039a48bee5cde6e4 /test/stdout/5401 | |
parent | 193e3acd2723abeaaad8575fec3c058df674fc5d (diff) |
Fix tls variables order, and testsuite case 5401 (cutthrough) for changes that went in with dual-tls.
Diffstat (limited to 'test/stdout/5401')
-rw-r--r-- | test/stdout/5401 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/stdout/5401 b/test/stdout/5401 index 79b7d73e2..2bfb35259 100644 --- a/test/stdout/5401 +++ b/test/stdout/5401 @@ -13,7 +13,7 @@ Listening on port 1224 ... Connection request from [ip4.ip4.ip4.ip4] 220 ESMTP -HELO myhost.test.ex +EHLO myhost.test.ex 250 OK MAIL FROM:<CALLER@myhost.test.ex> 250 Sender OK @@ -32,4 +32,6 @@ Date: Tue, 2 Mar 1999 09:44:33 +0000 . 250 OK -Unexpected EOF read from client +QUIT +250 OK +End of script |