From: Felipe Contreras Date: Thu, 11 Apr 2013 12:23:12 +0000 (-0500) Subject: remote-hg: add simple mail test X-Git-Tag: v1.8.3-rc0~38^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3ab6fd1ac692397b43559385ac4a57c45ce83ec;p=thirdparty%2Fgit.git remote-hg: add simple mail test Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 62e3a473bd..6a1e4b1ad6 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/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 &&