diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-05-12 18:29:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-05-22 22:12:00 -0300 |
| commit | 6cdf4b7e38000c6d0a14ff04ab71f7c7e60835ec (patch) | |
| tree | b48c8ab9eebebaf71f42f60ef7085349a4958ad7 /test | |
| parent | cb88b51fe55fcb01235747d4b94072fa6efd501c (diff) | |
smime: Index cleartext of envelopedData when requested
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T355-smime.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T355-smime.sh b/test/T355-smime.sh index 1f11725f..170f8649 100755 --- a/test/T355-smime.sh +++ b/test/T355-smime.sh @@ -107,12 +107,10 @@ test_begin_subtest "Reindex cleartext" test_expect_success "notmuch reindex --decrypt=true subject:'test encrypted message 001'" test_begin_subtest "signature is now known" -test_subtest_known_broken output=$(notmuch search subject:"test encrypted message 001") test_expect_equal "$output" "thread:0000000000000002 2000-01-01 [1/1] Notmuch Test Suite; test encrypted message 001 (encrypted inbox signed)" test_begin_subtest "Encrypted body is indexed" -test_subtest_known_broken output=$(notmuch search 'this is a test encrypted message') test_expect_equal "$output" "thread:0000000000000002 2000-01-01 [1/1] Notmuch Test Suite; test encrypted message 001 (encrypted inbox signed)" |
