diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-15 20:22:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-12-17 14:09:11 +0000 |
commit | 4b98b16dbae9610e439e9d4e60951cbcabd2380d (patch) | |
tree | 8b7996132636a7263567d83307eaf47aedf29576 /test/stdout | |
parent | fbc9cad45187d2cf1ef2665cc45a41220fd66513 (diff) |
Testsuite: quieten timing-dependent testcase
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/2014 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/stdout/2014 b/test/stdout/2014 index 4eddd724c..edd498aa8 100644 --- a/test/stdout/2014 +++ b/test/stdout/2014 @@ -19,7 +19,7 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected ??? 220 <<< 220 TLS go ahead Attempting to start TLS -A TLS fatal alert has been received. +gnutls_record_recv: A TLS fatal alert has been received. Failed to start TLS >>> nop ????554 @@ -156,7 +156,7 @@ Key file = aux-fixed/exim-ca/example.net/server1.example.net/server1.example.net ??? 220 <<< 220 TLS go ahead Attempting to start TLS -A TLS fatal alert has been received. +gnutls_record_recv: A TLS fatal alert has been received. Failed to start TLS >>> nop ????554 @@ -217,15 +217,15 @@ Key file = aux-fixed/exim-ca/example.com/revoked1.example.com/revoked1.example.c <<< 250-STARTTLS ??? 250 <<< 250 HELP ->>> starttls +>>> STARTTLS ??? 220 <<< 220 TLS go ahead Attempting to start TLS -A TLS fatal alert has been received. -Failed to start TLS ->>> helo test -??? 554 +>>> NOP +??? 554 Security failure <<< 554 Security failure +>>> QUIT +>>> 220 End of script ### Revoked certificate, certificate optional at TLS time, reject at ACL time Connecting to 127.0.0.1 port 1225 ... connected |