]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/nntpd.t
t/*: drop unnecessary v1-specific index calls
[public-inbox.git] / t / nntpd.t
index ce4d7cf9bf00a93415326ae07f7000001574b14b..67205fe5e27006d1d6460ea18b13a8d9590a81bf 100644 (file)
--- a/t/nntpd.t
+++ b/t/nntpd.t
@@ -253,10 +253,6 @@ Date: Fri, 02 Oct 1993 00:00:00 +0000
                my $im = $ibx->importer(0);
                $im->add($for_leafnode);
                $im->done;
-               if ($version == 1) {
-                       ok(run_script(['-index', $ibx->{inboxdir}]),
-                               'indexed v1');
-               }
                my $hdr = $n->head("<$long_hdr>");
                my $expect = qr/\AMessage-ID: /i . qr/\Q<$long_hdr>\E/;
                ok(scalar(grep(/$expect/, @$hdr)), 'Message-ID not folded');