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/0462 | |
parent | 817d9f576cdfbc27cf0536be348645baf27d7836 (diff) |
Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.
Diffstat (limited to 'test/stdout/0462')
-rw-r--r-- | test/stdout/0462 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/0462 b/test/stdout/0462 index 004a788af..585e2e08f 100644 --- a/test/stdout/0462 +++ b/test/stdout/0462 @@ -31,7 +31,7 @@ Listening on port 1224 ... Connection request from [127.0.0.1] 220 Server ready -HELO myhost.test.ex +EHLO myhost.test.ex 250 OK MAIL FROM:<> 250 OK @@ -49,7 +49,7 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Server ready -HELO myhost.test.ex +EHLO myhost.test.ex 250 OK MAIL FROM:<> 250 OK @@ -61,7 +61,7 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Server ready -HELO myhost.test.ex +EHLO myhost.test.ex 250 OK MAIL FROM:<> 250 OK |