Testsuite: OpenSSL version output variances
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 26 Oct 2017 19:20:41 +0000 (20:20 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 26 Oct 2017 19:21:02 +0000 (20:21 +0100)
test/log/2124
test/runtest

index cafa67b4d25a0874680b6f6d7ae4c2e7ac3331a6..72f0a53427389f4ba094dc27503e0b37326b5a9a 100644 (file)
@@ -4,4 +4,4 @@
 1999-03-02 09:44:33 [ip4.ip4.ip4.ip4] SSL verify error: depth=0 error=self signed certificate cert=/C=UK/O=The Exim Maintainers/OU=Test Suite/CN=Phil Pennock
 1999-03-02 09:44:33 TLS error on connection from (rhu.barb) [ip4.ip4.ip4.ip4] (SSL_accept): error: <<detail omitted>>
 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225
-1999-03-02 09:44:33 TLS error on connection from (rhu.barb) [ip4.ip4.ip4.ip4] (SSL_CTX_use_certificate_chain_file file=/non/exist): error:02001002:system library:fopen:No such file or directory
+1999-03-02 09:44:33 TLS error on connection from (rhu.barb) [ip4.ip4.ip4.ip4] (SSL_CTX_use_certificate_chain_file file=/non/exist): error:xxxxxxxx:system library:fopen:No such file or directory
index 94ecd69440f71c5c99c3753b194259dbb65545ab..b6babd06a98db2ce62139028f8c0fa532d5dc935 100755 (executable)
@@ -1175,8 +1175,7 @@ RESET_AFTER_EXTRA_LINE_READ:
     s/(=>.* K C="250- \d)\d+ (byte chunk, total \d)\d+/$1nn $2nn/;
 
     # openssl version variances
-    s/(TLS error on connection .*: error:)[0-9A-F]{8}(:system library):func\(4095\):(No such file or
- directory)$/$1xxxxxxxx$2:fopen:$3/;
+    s/(TLS error on connection [^:]*: error:)[0-9A-F]{8}(:system library):(?:fopen|func\(4095\)):(No such file or directory)$/$1xxxxxxxx$2:fopen:$3/;
     }
 
   # ======== All files other than stderr ========