X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fv2mda.t;h=3dfc569e1dc9b9e7c20a2eeddb6136d045f5c646;hb=930d2dc63e04c652e3b64cc7f3b3a7d377637065;hp=abbdc8e468a83632a9068652a9455b3f8f889651;hpb=80b887f29b2ec71d025b4c266a1c26314758994c;p=public-inbox.git diff --git a/t/v2mda.t b/t/v2mda.t index abbdc8e4..3dfc569e 100644 --- a/t/v2mda.t +++ b/t/v2mda.t @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2020 all contributors +# Copyright (C) 2018-2021 all contributors # License: AGPL-3.0+ use strict; use warnings; @@ -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]);