From b32cbbdaf2567f5ae5accfc6785e9b4bd6770b59 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Jun 2014 01:06:31 +0000 Subject: t/html_index.t: fix warnings in test case Oops. --- t/html_index.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/html_index.t b/t/html_index.t index 80a88997..690368f1 100644 --- a/t/html_index.t +++ b/t/html_index.t @@ -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(<