From 20f78709faae8fb36c6ebbf81ecfc856a5dcd3c7 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 8 Dec 2013 16:39:05 +0800 Subject: test: pass expected output through json_sanitize in 2 places This makes the tests more robust against changes in the sanitization rules. --- test/multipart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/multipart') diff --git a/test/multipart b/test/multipart index b40fa2ca..85cbf672 100755 --- a/test/multipart +++ b/test/multipart @@ -594,7 +594,7 @@ test_expect_equal_file OUTPUT EXPECTED test_begin_subtest "'notmuch reply' to a multipart message with json format" notmuch reply --format=json 'id:87liy5ap00.fsf@yoom.home.cworth.org' | notmuch_json_show_sanitize >OUTPUT -cat <EXPECTED +notmuch_json_show_sanitize <EXPECTED {"reply-headers": {"Subject": "Re: Multipart message", "From": "Notmuch Test Suite ", "To": "Carl Worth , cworth@cworth.org", -- cgit v1.2.3