Signed-off-by: Felipe Contreras <felipe.contre...@gmail.com> --- contrib/remote-helpers/test-hg.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 62e3a47..6a1e4b1 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 < t...@example.com >" "test <t...@example.com>" && author_test theta "test >t...@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 "t...@example.com" "t...@example.com <unknown>" ) && git clone "hg::$PWD/hgrepo" gitrepo && -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html