X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fmulti-mid.t;h=41d556b9ceb993ebb9276d01149ca2f8c5e65c55;hb=352956bcf1933bdaeba631deb4ade7dc7fd754b1;hp=91c8597e2e61f1815f6f4976e4aa59365b266d46;hpb=0283273a14e1871955f6a9132f4f3f7884ec8a3f;p=public-inbox.git diff --git a/t/multi-mid.t b/t/multi-mid.t index 91c8597e..41d556b9 100644 --- a/t/multi-mid.t +++ b/t/multi-mid.t @@ -70,7 +70,7 @@ for my $order ([$bad, $good], [$good, $bad]) { $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" ]; + $cmd = [ qw(-index -j0), "$tmpdir/v2-clone" ]; sleep($delay) if $delay; ok(run_script($cmd, $env), 'index the clone'); $ibx->cleanup;