]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2reindex.t
t/*: disable fsync on tests were create_inbox isn't worth it
[public-inbox.git] / t / v2reindex.t
index a931225c74b7e479e69436bf47f41eac6ee3c55a..1145e31b414e7118b49a66766c4c358f7f6453ed 100644 (file)
@@ -18,6 +18,7 @@ my $ibx_config = {
        version => 2,
        -primary_address => 'test@example.com',
        indexlevel => 'full',
+       -no_fsync => 1,
 };
 my $agpl = do {
        open my $fh, '<', 'COPYING' or die "can't open COPYING: $!";