diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-04 17:16:37 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-10-04 20:56:06 +0100 |
commit | 51a54786e0dee7439467da9bedfd7f1fe4defcf1 (patch) | |
tree | 1375636b96460f6b552d0f106f2c4cc251711953 /test/stdout/1102 | |
parent | 97a60b65cd60d34c9717c698efbdff9332aa4f1b (diff) |
Testsuite: missing stdout file
Testsuite: library version variances
Broken-by: 6a9cf7f890
Diffstat (limited to 'test/stdout/1102')
-rw-r--r-- | test/stdout/1102 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/test/stdout/1102 b/test/stdout/1102 new file mode 100644 index 000000000..0e9c0b366 --- /dev/null +++ b/test/stdout/1102 @@ -0,0 +1,44 @@ +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:<> +>>> RCPT TO:test@example.com +??? 250 +<<< 250 OK +??? 250 +<<< 250 Accepted +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script +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:<> +>>> RCPT TO:test@example.com +??? 250 +<<< 250 OK +??? 250 +<<< 250 Accepted +>>> QUIT +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |