X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT357-index-decryption.sh;h=3efaa61fdc635567075ef9ff5e38c2ffaa54f5ec;hb=9d23ebfcc30af11b2093bbdfc1288f14c2085525;hp=11ea2074d57a776874a29f1393a482775e746841;hpb=6d7249fec909b4dbb43e0a7833d30edee839bff1;p=notmuch diff --git a/test/T357-index-decryption.sh b/test/T357-index-decryption.sh index 11ea2074..3efaa61f 100755 --- a/test/T357-index-decryption.sh +++ b/test/T357-index-decryption.sh @@ -183,6 +183,9 @@ EOF notmuch reindex --try-decrypt id:simple-encrypted@crypto.notmuchmail.org output=$(notmuch search sekrit) expected='thread:0000000000000001 2016-12-22 [1/1] Daniel Kahn Gillmor; encrypted message (encrypted inbox unread)' +if [ $NOTMUCH_HAVE_GMIME_SESSION_KEYS -eq 0 ]; then + test_subtest_known_broken +fi test_expect_equal \ "$output" \ "$expected"