diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-05-02 09:19:38 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-03 06:55:44 -0300 |
| commit | 652baa6fe6a93e401463e17a4ce6577efd3f7fea (patch) | |
| tree | cd03503a55912b72347a09ec847e85b54feb9b7b /test/T350-crypto.sh | |
| parent | bb0b119358e4d6df5cc085a48cb3d2e09e396922 (diff) | |
gmime-cleanup: tests should only care about gmime 3
note that "notmuch-show for message with invalid From" is still broken
in T310-emacs.sh. It would be good to debug what's going on there and
try to get it fixed!
signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'test/T350-crypto.sh')
| -rwxr-xr-x | test/T350-crypto.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T350-crypto.sh b/test/T350-crypto.sh index 2f793e96..6045a7dc 100755 --- a/test/T350-crypto.sh +++ b/test/T350-crypto.sh @@ -136,7 +136,6 @@ test_expect_equal_json \ "$expected" test_begin_subtest "signature verification with full owner trust" -test_subtest_broken_gmime_2 # give the key full owner trust echo "${FINGERPRINT}:6:" | gpg --no-tty --import-ownertrust >>"$GNUPGHOME"/trust.log 2>&1 gpg --no-tty --check-trustdb >>"$GNUPGHOME"/trust.log 2>&1 @@ -347,7 +346,6 @@ test_expect_success \ "(mml-secure-message-sign-encrypt)"' test_begin_subtest "decryption + signature verification" -test_subtest_broken_gmime_2 output=$(notmuch show --format=json --decrypt=true subject:"test encrypted message 002" \ | notmuch_json_show_sanitize \ | sed -e 's|"created": [1234567890]*|"created": 946728000|') |
