mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
remote-hg: add simple mail test
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
6181b9a63c
commit
b3ab6fd1ac
1 changed files with 2 additions and 1 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue