diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-17 19:50:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-17 19:50:08 +0100 |
commit | 6814cb2f15160a6171e7a55605ba8e80f58302a9 (patch) | |
tree | 41f0ab719d50305530a2d0e69c017ea830478ab5 /test/stdout | |
parent | 04db5dd467f7ecabb1774676f1c7c8d96174d4f0 (diff) |
Testsuite: output changes for OpenSSL library variants
Broken-by: 2f8e0a5f6b
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/2114 | 15 | ||||
-rw-r--r-- | test/stdout/2132 | 9 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/stdout/2114 b/test/stdout/2114 index e4b3b5a91..f37ca8cab 100644 --- a/test/stdout/2114 +++ b/test/stdout/2114 @@ -91,6 +91,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -125,6 +128,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -190,6 +196,9 @@ Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -255,6 +264,9 @@ Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.c <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK @@ -289,6 +301,9 @@ Key file = aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK diff --git a/test/stdout/2132 b/test/stdout/2132 index c9a281c78..c1071dfb6 100644 --- a/test/stdout/2132 +++ b/test/stdout/2132 @@ -20,6 +20,9 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<CALLER@test.ex> ??? 250 <<< 250 OK @@ -59,6 +62,9 @@ Connecting to 127.0.0.1 port 1225 ... connected <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [127.0.0.1] >>> mail from:<"name with spaces"@test.ex> ??? 250 <<< 250 OK @@ -129,6 +135,9 @@ Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.e <<< 220 TLS go ahead Attempting to start TLS Succeeded in starting TLS +>>> helo test +??? 250 +<<< 250 myhost.test.ex Hello test [ip4.ip4.ip4.ip4] >>> mail from:<CALLER@test.ex> ??? 250 <<< 250 OK |