X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Flong-id;h=84f92943595a6a20a52587a25a0b863178710582;hb=ecae541031911b65594c3ec757abb671583e8872;hp=202a03219cf4036786dd1a9d87ce15db97996fcf;hpb=49a8cb9de33d17f2ceb091b37c0e00c5a2ba17f5;p=notmuch diff --git a/test/long-id b/test/long-id index 202a0321..84f92943 100755 --- a/test/long-id +++ b/test/long-id @@ -21,7 +21,7 @@ output=$(NOTMUCH_NEW) test_expect_equal "$output" "Added 1 new message to the database." test_begin_subtest "Ensure all messages were threaded together" -output=$($NOTMUCH search 'subject:"a ridiculously-long message ID"' | notmuch_search_sanitize) +output=$(notmuch search 'subject:"a ridiculously-long message ID"' | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2001-01-05 [1/3] Notmuch Test Suite; A ridiculously-long message ID (inbox unread)" test_done