mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-08 17:51:42 +01:00
test: add a known broken test for S/MIME decryption
This should serve to clarify this feature is not implimented in notmuch yet.
This commit is contained in:
parent
a7884929d5
commit
6cd47227de
1 changed files with 9 additions and 0 deletions
|
@ -94,4 +94,13 @@ Verification successful
|
||||||
EOF
|
EOF
|
||||||
test_expect_equal_file EXPECTED OUTPUT
|
test_expect_equal_file EXPECTED OUTPUT
|
||||||
|
|
||||||
|
test_begin_subtest "Decryption (notmuch CLI)"
|
||||||
|
test_subtest_known_broken
|
||||||
|
notmuch show --decrypt=true subject:"test encrypted message 001" |\
|
||||||
|
grep "^This is a" > OUTPUT
|
||||||
|
cat <<EOF > EXPECTED
|
||||||
|
This is a test encrypted message.
|
||||||
|
EOF
|
||||||
|
test_expect_equal_file EXPECTED OUTPUT
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
|
Loading…
Reference in a new issue