]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-folder-coherence
python: move the notmuch module section to notes.rst
[notmuch] / test / search-folder-coherence
index cf3ba40da7bb44121cc41b371d67d68848490c5d..f8119cbb4d99be909045e1ddfab500e6813c1940 100755 (executable)
@@ -34,8 +34,6 @@ 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)
 output=$(NOTMUCH_NEW)