From 1e8264071f78bb5b36a1f2ff12492df7993718b4 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 11 Apr 2013 07:23:12 -0500 Subject: [PATCH] remote-hg: add simple mail test Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- test-hg.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-hg.sh b/test-hg.sh index 04fc4a6..d5b8730 100755 --- a/test-hg.sh +++ b/test-hg.sh @@ -144,7 +144,8 @@ test_expect_success 'authors' ' author_test zeta " test " "test " && author_test eta "test < test@example.com >" "test " && author_test theta "test >test@example.com>" "test " && - author_test iota "test < test example com>" "test " + author_test iota "test < test example com>" "test " && + author_test kappa "test@example.com" "test@example.com " ) && git clone "hg::$PWD/hgrepo" gitrepo &&