From 806d5e90440046a7807f757d70acb29573f89524 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Tue, 13 Jan 2009 12:33:48 +0300 Subject: mailinfo: add explicit test for mails like ' (A U Thor)' Signed-off-by: Kirill Smelkov --- t/t5100-mailinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/t5100-mailinfo.sh') diff --git a/t/t5100-mailinfo.sh b/t/t5100-mailinfo.sh index 886d44910d..497cb0dd9e 100755 --- a/t/t5100-mailinfo.sh +++ b/t/t5100-mailinfo.sh @@ -11,7 +11,7 @@ test_expect_success 'split sample box' \ 'git mailsplit -o. ../t5100/sample.mbox >last && last=`cat last` && echo total is $last && - test `cat last` = 12' + test `cat last` = 13' for mail in `echo 00*` do -- cgit v1.2.1