]> git.notmuchmail.org Git - notmuch/commitdiff
test: Use increment_mtime rather than sleep
authorCarl Worth <cworth@cworth.org>
Wed, 29 Jun 2011 21:11:38 +0000 (14:11 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 29 Jun 2011 21:11:38 +0000 (14:11 -0700)
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.


No differences found