aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/search-folder-coherence
diff options
context:
space:
mode:
Diffstat (limited to 'test/search-folder-coherence')
-rwxr-xr-xtest/search-folder-coherence3
1 files changed, 1 insertions, 2 deletions
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."