about summary refs log tree commit homepage
path: root/t/convert-compact.t
diff options
context:
space:
mode:
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-18 09:13:07 +0000
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>2018-04-18 09:14:12 +0000
commit0961df2523044bf32270909f4983349eccad0153 (patch)
tree2369df5f34c76f6915fc0ac7444a4beb51ee40b5 /t/convert-compact.t
parente7de01f139de8a5f90e9f1349732ebae8e2975f9 (diff)
downloadpublic-inbox-0961df2523044bf32270909f4983349eccad0153.tar.gz
--no-renumber does not allow merging, and merging is not ideal
for reindexing, either.
Diffstat (limited to 't/convert-compact.t')
-rw-r--r--t/convert-compact.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/convert-compact.t b/t/convert-compact.t
index 5caa0acc..ced45415 100644
--- a/t/convert-compact.t
+++ b/t/convert-compact.t
@@ -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) {