From c62a0d016f79d6a55d62352029e74d09d4a2f438 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sat, 28 May 2011 14:51:53 -0700 Subject: [PATCH] Fix misspelling in search output sanitization test. A simple spelling fix in the text description. Signed-off-by: Jameson Graef Rollins --- test/search-output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/search-output b/test/search-output index 1969b3fb..3c875cd1 100755 --- a/test/search-output +++ b/test/search-output @@ -304,7 +304,7 @@ cat <EXPECTED EOF test_expect_equal_file OUTPUT EXPECTED -test_begin_subtest "santize output for quoted-printable line-breaks in author and subject" +test_begin_subtest "sanitize output for quoted-printable line-breaks in author and subject" add_message "[subject]='two =?ISO-8859-1?Q?line=0A_subject?= headers'" notmuch search id:"$gen_msg_id" | notmuch_search_sanitize >OUTPUT -- 2.43.0