mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
Fix misspelling in search output sanitization test.
A simple spelling fix in the text description. Signed-off-by: Jameson Graef Rollins <jrollins@finestructure.net>
This commit is contained in:
parent
8a7d4aa1b1
commit
c62a0d016f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue