From 14e2dbbf0ec482f9fa5dd5a4fb6f2954a27f21eb Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Wed, 26 Feb 2020 23:44:31 +0100 Subject: 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. --- test/stdout/1101 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/stdout/1101 (limited to 'test/stdout/1101') 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 -- cgit v1.2.3