aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/remote-helpers
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-04-11 07:23:12 -0500
committerJunio C Hamano <gitster@pobox.com>2013-04-11 10:46:47 -0700
commitb3ab6fd1ac692397b43559385ac4a57c45ce83ec (patch)
tree8e79479f1f1a8ddbd64675a6ae360290a4042baa /contrib/remote-helpers
parent6181b9a63ceccce9aff29b14f3872f2c3d187d45 (diff)
downloadgit-b3ab6fd1ac692397b43559385ac4a57c45ce83ec.tar.gz
remote-hg: add simple mail test
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-xcontrib/remote-helpers/test-hg.sh3
1 files changed, 2 insertions, 1 deletions
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 <unknown>" &&
author_test eta "test < test@example.com >" "test <test@example.com>" &&
author_test theta "test >test@example.com>" "test <unknown>" &&
- author_test iota "test < test <at> example <dot> com>" "test <unknown>"
+ author_test iota "test < test <at> example <dot> com>" "test <unknown>" &&
+ author_test kappa "test@example.com" "test@example.com <unknown>"
) &&
git clone "hg::$PWD/hgrepo" gitrepo &&