diff options
| author | Justus Winter <justus@sequoia-pgp.org> | 2022-09-09 18:12:50 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-09-19 22:19:35 -0300 |
| commit | acb31939bb01b68dbcd90f6657f859ba35b74e7c (patch) | |
| tree | 2106888f4a8ac6a35cce5ff97465a5e8f5ea0813 /test/T350-crypto.sh | |
| parent | 8eabd6388ecb7bea8246a9ba6943a0432d23406e (diff) | |
test: compute expected keyid from fingerprint
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 3c6626b4..721cbfdd 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -467,7 +467,7 @@ expected='[[[{"id": "XXXXX", "Date": "Sat, 01 Jan 2000 12:00:00 +0000"}, "body": [{"id": 1, "sigstatus": [{"status": "error", - "keyid": "6D92612D94E46381", + "keyid": "'$(echo $FINGERPRINT | cut -c 25-)'", "errors": {"key-revoked": true}}], "content-type": "multipart/signed", "content": [{"id": 2, |
