diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-01 20:12:36 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-06-04 14:57:02 +0100 |
commit | cb9d95aeae369ae85cd13473cda0bb3ae415fcb9 (patch) | |
tree | c18598f05efcf898633966d2253532dce480cd31 /test/stdout/0540 | |
parent | 817d9f576cdfbc27cf0536be348645baf27d7836 (diff) |
Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.
Diffstat (limited to 'test/stdout/0540')
-rw-r--r-- | test/stdout/0540 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stdout/0540 b/test/stdout/0540 index 935f990f1..4d788a5e9 100644 --- a/test/stdout/0540 +++ b/test/stdout/0540 @@ -10,7 +10,7 @@ Listening on port 1224 ... Connection request from [127.0.0.1] 220 Welcome -HELO localhost +EHLO localhost 250 Hi MAIL FROM:<> 250 OK @@ -22,7 +22,7 @@ Expected EOF read from client Listening on port 1224 ... Connection request from [127.0.0.1] 220 Welcome -HELO aname +EHLO aname 250 Hi MAIL FROM:<> 250 OK @@ -34,7 +34,7 @@ Expected EOF read from client Listening on port 1224 ... Connection request from [127.0.0.1] 220 Welcome -HELO myhost.test.ex +EHLO myhost.test.ex 250 Hi MAIL FROM:<> 250 OK @@ -46,7 +46,7 @@ Expected EOF read from client Listening on port 1224 ... Connection request from [127.0.0.1] 220 Welcome -HELO myhost.test.ex +EHLO myhost.test.ex 250 Hi MAIL FROM:<> 250 OK |