summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-05-28 21:04:47 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-05-28 22:26:54 +0100
commit766ac2f4801188c0762f49a24f159587abd24119 (patch)
tree6f878a26dfeec230c8a7db5554e1f0ac9067d6a6
parent4e48d56c083d2f763a5978e1dbf515b12dc12f96 (diff)
Testsuite: library variances for ARC testcase
-rwxr-xr-xtest/runtest2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 33caf204e..f565a5e55 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]*) / )