diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 11:45:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 11:45:20 +0000 |
commit | cf8b11a5399e64e50b6cd58f56a98197aca599d8 (patch) | |
tree | 9212bab3a24fa7e7cebe1d6896d9519624569115 /test/scripts | |
parent | 094a9ec3772cfee192263fce6346a47b6c472bee (diff) |
Add control=no_pipelining.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/0000-Basic/0549 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0549 b/test/scripts/0000-Basic/0549 new file mode 100644 index 000000000..574d7edf0 --- /dev/null +++ b/test/scripts/0000-Basic/0549 @@ -0,0 +1,25 @@ +# no_pipelining +need_ipv4 +# +exim -DSERVER=server -bd -oX PORT_D +**** +client 127.0.0.1 PORT_D +??? 220 +ehlo abcd +??? 250- +??? 250- +??? 250 +quit +??? 221 +**** +client HOSTIPV4 PORT_D +??? 220 +ehlo abcd +??? 250- +??? 250- +??? 250- +??? 250 +quit +??? 221 +**** +killdaemon |