summaryrefslogtreecommitdiffstats
path: root/test/T220-reply.sh
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-02-25 15:31:31 +0200
committerDavid Bremner <david@tethera.net>2017-02-26 07:41:33 -0400
commit14c60cf168ac3b0f277188c16e6012b7ebdadde7 (patch)
treef52b91f406ffc3867e8b18e503fecbb04742f6e2 /test/T220-reply.sh
parent524372de10abafc79ccb4d71eae361cb0da0e6b9 (diff)
cli/show: list all filenames of a message in the formatted output
Instead of just having the first filename for the message, list all duplicate filenames of the message as a list in the formatted outputs. This bumps the format version to 3.
Diffstat (limited to 'test/T220-reply.sh')
-rwxr-xr-xtest/T220-reply.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T220-reply.sh b/test/T220-reply.sh
index 818a8654..17741e0d 100755
--- a/test/T220-reply.sh
+++ b/test/T220-reply.sh
@@ -229,7 +229,7 @@ test_expect_equal_json "$output" '
],
"date_relative": "2010-01-05",
"excluded": false,
- "filename": "'${MAIL_DIR}'/msg-012",
+ "filename": ["'${MAIL_DIR}'/msg-012"],
"headers": {
"Date": "Tue, 05 Jan 2010 15:43:56 +0000",
"From": "\u2603 <snowman@example.com>",