]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-folder-coherence
test: basic: drop 'ensure all available tests are run'
[notmuch] / test / search-folder-coherence
index 9c312542a33283f3e6c75c4298907f95992da1c8..3f6ec76348c07de88d99def9003475083fa05f5e 100755 (executable)
@@ -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."