]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/html_index.t: fix warnings in test case
authorEric Wong <e@80x24.org>
Sat, 28 Jun 2014 01:06:31 +0000 (01:06 +0000)
committerEric Wong <e@80x24.org>
Sat, 28 Jun 2014 01:06:31 +0000 (01:06 +0000)
Oops.

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);