about summary refs log tree commit homepage
path: root/t/multi-mid.t
diff options
context:
space:
mode:
Diffstat (limited to 't/multi-mid.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 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;