X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT355-smime.sh;h=1efefcbd7a239ebbcf1461fe07e2d08c0bf47eab;hp=a059fac50cd3cab25d438cf93d9871cfd7238ee2;hb=13a59c4a8fc4ee418424e0b7ee4c8bbd5aae5da2;hpb=a530a1706aa96cd20d7053bd91ecc5bfbee17756 diff --git a/test/T355-smime.sh b/test/T355-smime.sh index a059fac5..1efefcbd 100755 --- a/test/T355-smime.sh +++ b/test/T355-smime.sh @@ -44,7 +44,6 @@ EOF test_expect_equal_file EXPECTED OUTPUT test_begin_subtest "signature verification (notmuch CLI)" -test_subtest_known_broken output=$(notmuch show --format=json --verify subject:"test signed message 001" \ | notmuch_json_show_sanitize \ | sed -e 's|"created": [-1234567890]*|"created": 946728000|' \ @@ -52,7 +51,7 @@ output=$(notmuch show --format=json --verify subject:"test signed message 001" \ expected='[[[{"id": "XXXXX", "match": true, "excluded": false, - "filename": "YYYYY", + "filename": ["YYYYY"], "timestamp": 946728000, "date_relative": "2000-01-01", "tags": ["inbox","signed"], @@ -70,7 +69,8 @@ expected='[[[{"id": "XXXXX", "content-type": "text/plain", "content": "This is a test signed message.\n"}, {"id": 3, - "content-length": 1922, + "content-disposition": "attachment", + "content-length": "NONZERO", "content-transfer-encoding": "base64", "content-type": "application/x-pkcs7-signature", "filename": "smime.p7s"}]}]},