X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fsearch-folder-coherence;h=3f6ec76348c07de88d99def9003475083fa05f5e;hb=fe13a55421da077ceee3fb0def1db1154d152717;hp=9c312542a33283f3e6c75c4298907f95992da1c8;hpb=55a78d5dbd96b80939458d9d6cc8a536b1befa87;p=notmuch diff --git a/test/search-folder-coherence b/test/search-folder-coherence index 9c312542..3f6ec763 100755 --- a/test/search-folder-coherence +++ b/test/search-folder-coherence @@ -32,11 +32,10 @@ test_expect_equal_file OUTPUT EXPECTED test_begin_subtest "Test matches folder:spam" output=$(notmuch search folder:spam) -test_expect_equal "$output" "thread:0000000000000001 2001-01-05 [1/1] Notmuch Test Suite; Test message #1 (inbox unread)" +test_expect_equal "$output" "thread:0000000000000001 2001-01-05 [1/1] Notmuch Test Suite; Single new message (inbox unread)" test_begin_subtest "Remove folder:spam copy of email" rm $dir/spam/$(basename $file_x) -increment_mtime $dir/spam output=$(NOTMUCH_NEW) test_expect_equal "$output" "No new mail. Detected 1 file rename."