[exim-cvs] Testsuite: library variances for ARC testcase

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: library variances for ARC testcase
Gitweb: https://git.exim.org/exim.git/commitdiff/766ac2f4801188c0762f49a24f159587abd24119
Commit:     766ac2f4801188c0762f49a24f159587abd24119
Parent:     4e48d56c083d2f763a5978e1dbf515b12dc12f96
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue May 28 21:04:47 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue May 28 22:26:54 2019 +0100


    Testsuite: library variances for ARC testcase
---
 test/runtest | 2 ++
 1 file changed, 2 insertions(+)


diff --git a/test/runtest b/test/runtest
index 33caf20..f565a5e 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1330,6 +1330,8 @@ RESET_AFTER_EXTRA_LINE_READ:
       else
     { $_ = $prev; }
       }
+    # translate gnutls error into the openssl one
+    s/ARC: AMS signing: privkey PEM-block import: \KThe requested data were not available.$/error:0906D06C:PEM routines:PEM_read_bio:no start line/;


     # DKIM timestamps
     if ( /(DKIM: d=.*) t=([0-9]*) x=([0-9]*) / )