mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
tests: mark sig verification known-broken with session keys on buggy gpgme
We make use of the just-introduced configure test. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
e624cc132a
commit
18a1522948
1 changed files with 3 additions and 0 deletions
|
@ -306,6 +306,9 @@ test_json_nodes <<<"$output" "$goodsig"
|
|||
|
||||
test_begin_subtest "verify signature with stashed session key"
|
||||
output=$(notmuch show --format=json id:encrypted-signed@crypto.notmuchmail.org)
|
||||
if [ $NOTMUCH_GMIME_VERIFY_WITH_SESSION_KEY -ne 1 ]; then
|
||||
test_subtest_known_broken
|
||||
fi
|
||||
test_json_nodes <<<"$output" "$goodsig"
|
||||
|
||||
# TODO: test removal of a message from the message store between
|
||||
|
|
Loading…
Reference in a new issue