Skip to content

Commit b3ab6fd

Browse files
Felipe Contrerasgitster
authored andcommitted
remote-hg: add simple mail test
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6181b9a commit b3ab6fd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

contrib/remote-helpers/test-hg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ test_expect_success 'authors' '
144144
author_test zeta " test " "test <unknown>" &&
145145
author_test eta "test < test@example.com >" "test <test@example.com>" &&
146146
author_test theta "test >test@example.com>" "test <unknown>" &&
147-
author_test iota "test < test <at> example <dot> com>" "test <unknown>"
147+
author_test iota "test < test <at> example <dot> com>" "test <unknown>" &&
148+
author_test kappa "test@example.com" "test@example.com <unknown>"
148149
) &&
149150
150151
git clone "hg::$PWD/hgrepo" gitrepo &&

0 commit comments

Comments
 (0)