]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/convert-compact.t
compact: do not merge v2 repos by default
[public-inbox.git] / t / convert-compact.t
index 5caa0acc36c171d80da0e15dedec8893b19f6854..ced45415e70c580227a5f58ec0b1b4e18669ec81 100644 (file)
@@ -80,8 +80,6 @@ my $env = { NPROC => 2 };
 ok(PublicInbox::Import::run_die($cmd, $env, $rdr), 'v2 compact works');
 $ibx->{mainrepo} = "$tmpdir/v2";
 $ibx->{version} = 2;
-my $v2w = PublicInbox::V2Writable->new($ibx);
-is($v2w->{partitions}, 1, "only one partition in compacted repo");
 
 @xdir = glob("$tmpdir/v2/xap*/*");
 foreach (@xdir) {