]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/watch_maildir_v2.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / watch_maildir_v2.t
index 195e238b1a93d8efb71570cc6ba36be176b15e56..7b46232b36beab4473437f0505b3db5ab705396a 100644 (file)
@@ -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};