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/0432 | |
parent | 817d9f576cdfbc27cf0536be348645baf27d7836 (diff) |
Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.
Diffstat (limited to 'test/stdout/0432')
-rw-r--r-- | test/stdout/0432 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/0432 b/test/stdout/0432 index d6ac41709..e36d048a3 100644 --- a/test/stdout/0432 +++ b/test/stdout/0432 @@ -51,7 +51,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 @@ -63,7 +63,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 @@ -75,7 +75,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 *sleep 2 Expected EOF read from client End of script |