X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2mda.t;h=3dfc569e1dc9b9e7c20a2eeddb6136d045f5c646;hb=88c7c7c26b44ee4c1141fddb628a518b4d4d21a4;hp=38aea0c164aebf75f5c151884c02ef4d50cfe9dc;hpb=af0b0fb7a454470a32c452119d0392e0dedb3fe1;p=public-inbox.git diff --git a/t/v2mda.t b/t/v2mda.t index 38aea0c1..3dfc569e 100644 --- a/t/v2mda.t +++ b/t/v2mda.t @@ -46,10 +46,6 @@ local $ENV{ORIGINAL_RECIPIENT} = 'test@example.com'; ok(run_script(['-mda'], undef, $rdr), 'mda delivered a message'); $ibx = PublicInbox::Inbox->new($ibx); - -if ($V == 1) { - ok(run_script([ '-index', "$tmpdir/inbox" ]), 'v1 indexed'); -} my $msgs = $ibx->over->recent; is(scalar(@$msgs), 1, 'only got one message'); my $eml = $ibx->smsg_eml($msgs->[0]);