]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-output
Fix misspelling in search output sanitization test.
[notmuch] / test / search-output
index 1969b3fba77fbd0ebbe378d79360002512319ec0..3c875cd122a22e5d3fcd3d48dde358ecc26e83d9 100755 (executable)
@@ -304,7 +304,7 @@ cat <<EOF >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