]> git.notmuchmail.org Git - notmuch/commit
test: Use increment_mtime rather than sleep
authorCarl Worth <cworth@cworth.org>
Wed, 29 Jun 2011 21:11:38 +0000 (14:11 -0700)
committerDavid Bremner <bremner@debian.org>
Thu, 30 Jun 2011 00:58:39 +0000 (21:58 -0300)
commit671ffbb76600f7522db54151974cd0afdde240aa
treeb1de0590306a61c238f6e8cb7ca6089f7434de25
parentc04e6f84d3de7236891696b7c6cc009e7f5e976c
test: Use increment_mtime rather than sleep

The sleep was to force the directory's mtime to advance between the
previous notmuch new and the subsequent rm;notmuch new.

The current convention is to use the existing increment_mtime function
for this purpose, (which avoids the test suite being slowed down by
calls to sleep).

Thanks to Austin Clements for noticing this undesired sleep.
(cherry picked from commit 55a78d5dbd96b80939458d9d6cc8a536b1befa87)
test/search-folder-coherence