about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-03-30 19:42:54 +0000
committerEric Wong <e@yhbt.net>2020-03-30 19:53:56 +0000
commit14561ae19938facc8ddf5038eafed3df9519ee10 (patch)
treee4a9bac47e831cc0434937a5e00a2b7fb26265b5 /t
parent3865c430c572b3aa0d48991b9bb86a9e64b45a12 (diff)
downloadpublic-inbox-14561ae19938facc8ddf5038eafed3df9519ee10.tar.gz
While the v1 inbox in this test is created without Xapian,
the v2 inbox in this test defaults to having Xapian enabled
regardless of whether it's installed or not.

Fixes: c7acdfe78bda5bf3 ("v2: SDBM-based multi Message-ID queue")
Diffstat (limited to 't')
-rw-r--r--t/multi-mid.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/multi-mid.t b/t/multi-mid.t
index 87240c2c..31a8fd74 100644
--- a/t/multi-mid.t
+++ b/t/multi-mid.t
@@ -67,7 +67,7 @@ for my $order ([$bad, $good], [$good, $bad]) {
 
         system(qw(git clone -sq --mirror), "$tmpdir/v2/git/0.git",
                 "$tmpdir/v2-clone/git/0.git") == 0 or die "clone: $?";
-        $cmd = [ '-init', '-V2', 'v2c', "$tmpdir/v2-clone",
+        $cmd = [ '-init', '-Lbasic', '-V2', 'v2c', "$tmpdir/v2-clone",
                 'http://example.com/v2c', 'v2c@example.com' ];
         ok(run_script($cmd, $env), 'init clone');
         $cmd = [ '-index', "$tmpdir/v2-clone" ];