diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-02-26 23:44:31 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2020-02-26 23:44:31 +0100 |
commit | 14e2dbbf0ec482f9fa5dd5a4fb6f2954a27f21eb (patch) | |
tree | 908eab6ba7a0326ca6fa3ac89ffc2ad4b19d35a8 /test/stdout/1101 | |
parent | effbc122dd820cce469544415f836962236de860 (diff) |
Testsuite: Move 2040 to 1101 (hanging pipelining connections)
While this was a bug using GnuTLS, the test is rather generic
and the expected behaviour does not depend on the TLS implementation.
Diffstat (limited to 'test/stdout/1101')
-rw-r--r-- | test/stdout/1101 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/test/stdout/1101 b/test/stdout/1101 new file mode 100644 index 000000000..10f5cb155 --- /dev/null +++ b/test/stdout/1101 @@ -0,0 +1,21 @@ +Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> EHLO rhu.barb +????250 +>>> STARTTLS +??? 220 +<<< 220 TLS go ahead +Attempting to start TLS +Succeeded in starting TLS +>>> EHLO rhu.barb +????250 +>>> MAIL FROM:<>\r\nRCPT TO:test@example.com\r\n +??? 250 OK +<<< 250 OK +??? 250 Accepted (rcpt via callout) +<<< 250 Accepted (rcpt via callout) +>>> QUIT +??? 2 +<<< 221 myhost.test.ex closing connection +End of script |