t9001: add sendmail aliases line continuation tests
commit6be02640301a7517c76792f5b0e7c978e6961022
authorEric Sunshine <sunshine@sunshineco.com>
Sun, 31 May 2015 22:29:31 +0000 (31 18:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Jun 2015 22:53:15 +0000 (1 15:53 -0700)
treed55d246b7f67440b84d45b6015f8a75d7d4ba74e
parent514554cf53757298f948e3b53ddb55f7c922bfa1
t9001: add sendmail aliases line continuation tests

A line beginning with whitespace is folded into the preceding line.
A line ending with '\' consumes the following line.

While here, also test an empty sendmail aliases file.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh