about summary refs log tree commit homepage
path: root/t/search.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-23 09:36:42 +0000
committerEric Wong <e@80x24.org>2019-05-23 17:43:50 +0000
commit792c643ba76e8b06ae17d3653402d381f59857c2 (patch)
tree8e5d77ca92b4fd4589cf06b1bfbe4804d3de6a72 /t/search.t
parentd2de7f85982da35d2e8a6fda48784946f6443f65 (diff)
downloadpublic-inbox-792c643ba76e8b06ae17d3653402d381f59857c2.tar.gz
This is assuming nobody uses flint or earlier, anymore;
as flint predates the existence of this project.
Diffstat (limited to 't/search.t')
-rw-r--r--t/search.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/search.t b/t/search.t
index c063620c..538baeff 100644
--- a/t/search.t
+++ b/t/search.t
@@ -30,6 +30,7 @@ my $ro = PublicInbox::Search->new($git_dir);
 my $rw_commit = sub {
         $rw->commit_txn_lazy if $rw;
         $rw = PublicInbox::SearchIdx->new($git_dir, 1);
+        $rw->{qp_flags} = 0; # quiet a warning
         $rw->begin_txn_lazy;
 };