aboutsummaryrefslogtreecommitdiff
path: root/test/T355-smime.sh
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-06-03 14:47:34 -0300
committerDavid Bremner <david@tethera.net>2017-07-04 08:32:44 -0300
commite1b7d32db00ea8afaa1f2ae31bdaa5cb423dda96 (patch)
treec14dea5dda1e59dbf2f1aa55302e6f5933f3e03f /test/T355-smime.sh
parent9eacd7d367aff4c5e8069e4b9f4c7ed8f466f6ee (diff)
cli: implement structured output version 4
Since the error field is unused by the emacs front end, no changes are needed other than bumping the format version number. As it is, this is a bit overengineered, but it will reduce duplication when we support gmime 3.0
Diffstat (limited to 'test/T355-smime.sh')
-rwxr-xr-xtest/T355-smime.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/T355-smime.sh b/test/T355-smime.sh
index 0f39bc69..03d24581 100755
--- a/test/T355-smime.sh
+++ b/test/T355-smime.sh
@@ -64,8 +64,8 @@ expected='[[[{"id": "XXXXX",
"To": "test_suite@notmuchmail.org",
"Date": "Sat, 01 Jan 2000 12:00:00 +0000"},
"body": [{"id": 1,
- "sigstatus": [{"status": "good",
- "fingerprint": "'$FINGERPRINT'",
+ "sigstatus": [{"fingerprint": "'$FINGERPRINT'",
+ "status": "good",
"expires": 424242424,
"created": 946728000}],
"content-type": "multipart/signed",