X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT356-protected-headers.sh;h=8a8fef6a674284ab03d2ad09e07530cf91bf11f9;hb=1c7fbbcc99693c0433f7b06b569ce90c19ac5e1b;hp=599ff1ed22342cbb59fc0a7fd45af6dc946230d0;hpb=528f526f6970499575712fd1db6610d773a0b80e;p=notmuch diff --git a/test/T356-protected-headers.sh b/test/T356-protected-headers.sh index 599ff1ed..8a8fef6a 100755 --- a/test/T356-protected-headers.sh +++ b/test/T356-protected-headers.sh @@ -21,7 +21,6 @@ test_json_nodes <<<"$output" \ test_begin_subtest "verify protected header is visible with decryption" output=$(notmuch show --decrypt=true --format=json id:protected-header@crypto.notmuchmail.org) -test_subtest_known_broken test_json_nodes <<<"$output" \ 'crypto:[0][0][0]["crypto"]={"decrypted": {"status": "full"}}' \ 'subject:[0][0][0]["headers"]["Subject"]="This is a protected header"' @@ -58,7 +57,6 @@ test_json_nodes <<<"$output" \ test_begin_subtest "verify nested message/rfc822 protected header is visible" output=$(notmuch show --decrypt=true --format=json id:nested-rfc822-message@crypto.notmuchmail.org) -test_subtest_known_broken test_json_nodes <<<"$output" \ 'crypto:[0][0][0]["crypto"]={"decrypted": {"status": "full"}}' \ 'subject:[0][0][0]["headers"]["Subject"]="This is a message using draft-melnikov-smime-header-signing"'