summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic/0432
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-05-01 20:12:36 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-06-04 14:57:02 +0100
commitcb9d95aeae369ae85cd13473cda0bb3ae415fcb9 (patch)
treec18598f05efcf898633966d2253532dce480cd31 /test/scripts/0000-Basic/0432
parent817d9f576cdfbc27cf0536be348645baf27d7836 (diff)
Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.
Diffstat (limited to 'test/scripts/0000-Basic/0432')
-rw-r--r--test/scripts/0000-Basic/04326
1 files changed, 3 insertions, 3 deletions
diff --git a/test/scripts/0000-Basic/0432 b/test/scripts/0000-Basic/0432
index 4d9935317..e83626ca3 100644
--- a/test/scripts/0000-Basic/0432
+++ b/test/scripts/0000-Basic/0432
@@ -7,7 +7,7 @@ quit
****
server PORT_S
220 server ready
-HELO
+EHLO
250 OK
MAIL
250 OK
@@ -30,7 +30,7 @@ quit
****
server PORT_S
220 server ready
-HELO
+EHLO
250 OK
MAIL
250 OK
@@ -46,7 +46,7 @@ quit
# Timeout stuff
server PORT_S
220 server ready
-HELO
+EHLO
*sleep 2
*eof
****