]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2mirror.t
t/*: disable fsync on tests were create_inbox isn't worth it
[public-inbox.git] / t / v2mirror.t
index 12e3fcd0403600b891e4868a0ec7fb8e4a81f989..012e5bd265832f49a66d4ad02a510c9cc8c2ea91 100644 (file)
@@ -36,6 +36,7 @@ my $cfg = PublicInbox::Config->new($pi_config);
 my $ibx = $cfg->lookup('test@example.com');
 ok($ibx, 'inbox found');
 $ibx->{version} = 2;
+$ibx->{-no_fsync} = 1;
 my $v2w = PublicInbox::V2Writable->new($ibx, 1);
 ok $v2w, 'v2w loaded';
 $v2w->{parallel} = 0;