Skip to content

Commit b3ab6fd

Browse files
felipecgitster
authored andcommitted
remote-hg: add simple mail test
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6181b9a commit b3ab6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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 < [email protected] >" "test <[email protected]>" &&
146146
author_test theta "test >[email protected]>" "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 "[email protected]" "[email protected] <unknown>"
148149
) &&
149150
150151
git clone "hg::$PWD/hgrepo" gitrepo &&

0 commit comments

Comments
 (0)