]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/multi-mid.t
t/imapd.t: skip dependent test on failure
[public-inbox.git] / t / multi-mid.t
index 91c8597e2e61f1815f6f4976e4aa59365b266d46..41d556b9ceb993ebb9276d01149ca2f8c5e65c55 100644 (file)
@@ -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;