X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fsearch-folder-coherence;h=9c312542a33283f3e6c75c4298907f95992da1c8;hb=6bd02fb4dbee9e0fc372661af573a2ac380fed8a;hp=cf3ba40da7bb44121cc41b371d67d68848490c5d;hpb=c04e6f84d3de7236891696b7c6cc009e7f5e976c;p=notmuch diff --git a/test/search-folder-coherence b/test/search-folder-coherence index cf3ba40d..9c312542 100755 --- a/test/search-folder-coherence +++ b/test/search-folder-coherence @@ -34,10 +34,9 @@ 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)" -sleep 1; - 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."