X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fwatch_maildir_v2.t;h=7b46232b36beab4473437f0505b3db5ab705396a;hb=refs%2Fheads%2Fmaster;hp=195e238b1a93d8efb71570cc6ba36be176b15e56;hpb=9dfc0b670fc634b54998c3020f173b82de1915ac;p=public-inbox.git diff --git a/t/watch_maildir_v2.t b/t/watch_maildir_v2.t index 195e238b..7b46232b 100644 --- a/t/watch_maildir_v2.t +++ b/t/watch_maildir_v2.t @@ -47,6 +47,7 @@ EOF my $cfg = PublicInbox::Config->new(\$orig); my $ibx = $cfg->lookup_name('test'); ok($ibx, 'found inbox by name'); +$ibx->{-no_fsync} = 1; PublicInbox::Watch->new($cfg)->scan('full'); my $total = scalar @{$ibx->over->recent};