]> 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 532e5c7cca9fba16f1a81b34c8ab2c66e3be358b..7b46232b36beab4473437f0505b3db5ab705396a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2018-2020 all contributors <meta@public-inbox.org>
+# Copyright (C) 2018-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use Test::More;
@@ -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};