]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
t/html_index.t: fix warnings in test case
[public-inbox.git] / t / html_index.t
index 80a8899778b57198eb1b46fcbe3651c258aea59b..690368f16aca39fd887ab9ae9837125e19f9ffe8 100644 (file)
@@ -22,9 +22,9 @@ my $git_dir = "$tmpdir/gittest";
                        exec("ssoma-mda", $git_dir);
                }
                my $mid = "<$i\@example.com>";
-               my $mid_line = "Message-ID: $mid\n";
+               my $mid_line = "Message-ID: $mid";
                if ($prev) {
-                       $mid_line .= "In-Reply-To: $prev\n";
+                       $mid_line .= "In-Reply-To: $prev";
                }
                $prev = $mid;
                my $simple = Email::Simple->new(<<EOF);