Fix testsuite.
* mh/tests/burst.at: Remove leading newlines from the test messages.
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -18,8 +18,8 @@ m4_pushdef([MH_KEYWORDS],[burst]) | ... | @@ -18,8 +18,8 @@ m4_pushdef([MH_KEYWORDS],[burst]) |
18 | 18 | ||
19 | MH_CHECK([burst digest],[burst00 burst-digest],[ | 19 | MH_CHECK([burst digest],[burst00 burst-digest],[ |
20 | mkdir Mail/inbox | 20 | mkdir Mail/inbox |
21 | AT_DATA([Mail/inbox/1],[ | 21 | AT_DATA([Mail/inbox/1], |
22 | From: Sergey Poznyakoff <gray@example.net> | 22 | [From: Sergey Poznyakoff <gray@example.net> |
23 | To: root@example.com | 23 | To: root@example.com |
24 | Subject: digest | 24 | Subject: digest |
25 | 25 | ||
... | @@ -68,8 +68,8 @@ Sergey | ... | @@ -68,8 +68,8 @@ Sergey |
68 | 68 | ||
69 | MH_CHECK([burst digest /w EB length limit],[burst01 burst-digest-eb-length],[ | 69 | MH_CHECK([burst digest /w EB length limit],[burst01 burst-digest-eb-length],[ |
70 | mkdir Mail/inbox | 70 | mkdir Mail/inbox |
71 | AT_DATA([Mail/inbox/1],[ | 71 | AT_DATA([Mail/inbox/1], |
72 | From: Sergey Poznyakoff <gray@example.net> | 72 | [From: Sergey Poznyakoff <gray@example.net> |
73 | To: root@example.com | 73 | To: root@example.com |
74 | Subject: digest | 74 | Subject: digest |
75 | 75 | ... | ... |
-
Please register or sign in to post a comment