diff options
| author | Jani Nikula <jani@nikula.org> | 2017-02-26 20:33:48 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-02-28 08:03:00 -0400 |
| commit | ea20a932f1b8bc849db5ed35c1f355990f186146 (patch) | |
| tree | 18bc08d0d8cb33345b63204de3a3566bea677aaf /test/T355-smime.sh | |
| parent | 85caaaf861e976aa10d610db0b84ec34126816da (diff) | |
cli/show: add content-disposition to structured output message parts
Help the clients decide how to display parts.
Test updates by Mark Walters <markwalters1009@gmail.com>.
One more test fix by db
Diffstat (limited to 'test/T355-smime.sh')
| -rwxr-xr-x | test/T355-smime.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/T355-smime.sh b/test/T355-smime.sh index a6db4a18..1efefcbd 100755 --- a/test/T355-smime.sh +++ b/test/T355-smime.sh @@ -69,6 +69,7 @@ expected='[[[{"id": "XXXXX", "content-type": "text/plain", "content": "This is a test signed message.\n"}, {"id": 3, + "content-disposition": "attachment", "content-length": "NONZERO", "content-transfer-encoding": "base64", "content-type": "application/x-pkcs7-signature", |
