X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv1reindex.t;h=f593b3239586e0a013f155451dc9e67138c9b874;hb=5dbb060037ce3e3a3ba0812baa90c80eeee762af;hp=e66d89e5296e60b5e8157480d07a60f6be1f7c0a;hpb=80b887f29b2ec71d025b4c266a1c26314758994c;p=public-inbox.git diff --git a/t/v1reindex.t b/t/v1reindex.t index e66d89e5..f593b323 100644 --- a/t/v1reindex.t +++ b/t/v1reindex.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -18,6 +18,7 @@ my $ibx_config = { name => 'test-v1reindex', -primary_address => 'test@example.com', indexlevel => 'full', + -no_fsync => 1, }; my $mime = PublicInbox::Eml->new(<<'EOF'); From: a@example.com