]> git.notmuchmail.org Git - notmuch/blobdiff - test/T090-search-output.sh
cli: sanitize tabs and newlines to spaces in notmuch search
[notmuch] / test / T090-search-output.sh
index 5ccfeaf914847966b3a2b92b1627d7769a460f09..86544ac956a1dbaf0443d0bd286be0e02a496343 100755 (executable)
@@ -388,7 +388,7 @@ add_message "[subject]='two =?ISO-8859-1?Q?line=0A_subject?=
        headers'"
 notmuch search id:"$gen_msg_id" | notmuch_search_sanitize >OUTPUT
 cat <<EOF >EXPECTED
-thread:XXX   2001-01-05 [1/1] Notmuch Test Suite; two line? subject headers (inbox unread)
+thread:XXX   2001-01-05 [1/1] Notmuch Test Suite; two line  subject headers (inbox unread)
 EOF
 test_expect_equal_file OUTPUT EXPECTED