user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] t/multi-mid: allow test to run w/o Xapian
@ 2020-03-30 19:42 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2020-03-30 19:42 UTC (permalink / raw)
  To: meta

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")
---
 t/multi-mid.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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" ];

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-30 19:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-30 19:42 [PATCH] t/multi-mid: allow test to run w/o Xapian Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).