diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-18 18:07:55 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-18 18:07:55 -0400 |
commit | b5b317d2e0427dff8eb9640c57f3a2627835b82e (patch) | |
tree | e09aca1266062af4cb4ff9fb209fada31377ae3a /test/stdout | |
parent | 0e1ccf449699d15dd9f6d7f16caac24bc70b77f1 (diff) |
Test suite fixes, mostly for new certs.
New cert1 and cert2 but I'd only updated the GnuTLS tests.
This fixes OpenSSL ones too.
The SHELL vs /bin/sh one also fixed, finally realised that
the test output just hadn't been updated to match the munging.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/2114 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/stdout/2114 b/test/stdout/2114 index 5f07ba489..f7b83996d 100644 --- a/test/stdout/2114 +++ b/test/stdout/2114 @@ -274,9 +274,9 @@ Succeeded in starting TLS <<< 250 OK >>> rcpt to:<userx@test.ex> ??? 550- -<<< 550-certificate not verified: peerdn=/C=UK/L=Cambridge/O=University of +<<< 550-certificate not verified: peerdn=/C=UK/O=The Exim Maintainers/OU=Test ??? 550 -<<< 550 Cambridge/OU=Computing Service/CN=Philip Hazel +<<< 550 Suite/CN=Phil Pennock >>> quit ??? 221 <<< 221 myhost.test.ex closing connection @@ -367,9 +367,9 @@ Succeeded in starting TLS <<< 250 OK >>> rcpt to:<userx@test.ex> ??? 550- -<<< 550-certificate not verified: peerdn=/C=UK/L=Cambridge/O=University of +<<< 550-certificate not verified: peerdn=/C=UK/O=The Exim Maintainers/OU=Test ??? 550 -<<< 550 Cambridge/OU=Computing Service/CN=Philip Hazel +<<< 550 Suite/CN=Phil Pennock >>> quit ??? 221 <<< 221 myhost.test.ex closing connection |