diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 21:04:47 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-28 22:26:54 +0100 |
commit | 766ac2f4801188c0762f49a24f159587abd24119 (patch) | |
tree | 6f878a26dfeec230c8a7db5554e1f0ac9067d6a6 /test | |
parent | 4e48d56c083d2f763a5978e1dbf515b12dc12f96 (diff) |
Testsuite: library variances for ARC testcase
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 2 |
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]*) / ) |