about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-06-28 01:06:31 +0000
committerEric Wong <e@80x24.org>2014-06-28 01:06:31 +0000
commitb32cbbdaf2567f5ae5accfc6785e9b4bd6770b59 (patch)
tree918c45d41c52e7f1ae11239d40e69f14b08e2f98
parente597191a248ea128b1fa8e20740ed943135ca576 (diff)
downloadpublic-inbox-b32cbbdaf2567f5ae5accfc6785e9b4bd6770b59.tar.gz
Oops.
-rw-r--r--t/html_index.t4
1 files 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(<<EOF);