diff options
| author | David Bremner <david@tethera.net> | 2013-12-28 21:45:19 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2013-12-28 21:45:19 -0400 |
| commit | 47b9314eeecc7ae6c97a5933c8fe028fb6d2b410 (patch) | |
| tree | 9c5bb5fb67b447fcc99c1d120c1e98655edf1ba0 /test/missing-headers | |
| parent | 2de8ce9b37bfaed7c5a962a5316dbc9c9c3cb2c8 (diff) | |
| parent | 05b534209d44b74105308e521dcac82a5e4afe43 (diff) | |
Merge tag '0.17_rc4'
notmuch 0.17~rc4 release
Diffstat (limited to 'test/missing-headers')
| -rwxr-xr-x | test/missing-headers | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/missing-headers b/test/missing-headers index 43e861bc..cb38301c 100755 --- a/test/missing-headers +++ b/test/missing-headers @@ -95,7 +95,7 @@ Body test_begin_subtest "Show: json" output=$(notmuch show --format=json '*' | notmuch_json_show_sanitize) -test_expect_equal_json "$output" ' +expected=$(notmuch_json_show_sanitize <<EOF [ [ [ @@ -156,7 +156,9 @@ test_expect_equal_json "$output" ' [] ] ] -]' - +] +EOF +) +test_expect_equal_json "$output" "$expected" test_done |
