about summary refs log tree commit homepage
path: root/t/html_index.t
diff options
context:
space:
mode:
Diffstat (limited to 't/html_index.t')
-rw-r--r--t/html_index.t16
1 files changed, 0 insertions, 16 deletions
diff --git a/t/html_index.t b/t/html_index.t
index 100d21a8..f29b442d 100644
--- a/t/html_index.t
+++ b/t/html_index.t
@@ -26,11 +26,6 @@ my $im = PublicInbox::Import->new($git, 'tester', 'test@example');
         my $prev = "";
 
         foreach my $i (1..6) {
-                # my $pid = open(my $pipe, "|-");
-                # defined $pid or die "fork/pipe failed: $!\n";
-                # if ($pid == 0) {
-                        # exec("ssoma-mda", $git_dir);
-                # }
                 my $mid = "<$i\@example.com>";
                 my $mid_line = "Message-ID: $mid";
                 if ($prev) {
@@ -58,15 +53,4 @@ EOF
         $im->done;
 }
 
-# check HTML index
-{
-        use IO::File;
-        my $cb = PublicInbox::Feed::generate_html_index({
-                -inbox => $ibx,
-                max => 3
-        });
-        require 't/common.perl';
-        like(stream_to_string($cb), qr/html/, "feed is valid HTML :)");
-}
-
 done_testing();