]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/v2reindex.t
index: v2: parallel by default
[public-inbox.git] / t / v2reindex.t
index b99106d0fe7a9bf92a0895d976932b340e8677e3..77deffb4ba9d780bc837a69d01028bea96f02f21 100644 (file)
@@ -38,7 +38,7 @@ my ($mark1, $mark2, $mark3, $mark4);
        my %config = %$ibx_config;
        my $ibx = PublicInbox::Inbox->new(\%config);
        my $im = PublicInbox::V2Writable->new($ibx, {nproc => 1});
-       my $im0 = $im->importer();
+       my $im0 = $im->importer(0);
        foreach my $i (1..10) {
                $mime->header_set('Message-Id', "<$i\@example.com>");
                ok($im->add($mime), "message $i added");