X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fconvert-compact.t;h=ced45415e70c580227a5f58ec0b1b4e18669ec81;hb=f826a7830bce67c0f8c653baf97f7769bb2c57d9;hp=5caa0acc36c171d80da0e15dedec8893b19f6854;hpb=aed636420b2fee7ff217bfae148cc9485b011d79;p=public-inbox.git 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) {