For hg.hg. Signed-off-by: Felipe Contreras <felipe.contre...@gmail.com> --- t/t5802-remote-hg-hg-git.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/t/t5802-remote-hg-hg-git.sh b/t/t5802-remote-hg-hg-git.sh index 3cfa9e6..1f9f85c 100755 --- a/t/t5802-remote-hg-hg-git.sh +++ b/t/t5802-remote-hg-hg-git.sh @@ -353,7 +353,11 @@ test_expect_success 'hg author' ' echo theta > theta && hg add theta && - hg commit -u "test >t...@example.com>" -m "add theta" + hg commit -u "test >t...@example.com>" -m "add theta" && + + echo iota > iota && + hg add iota && + hg commit -u "test <test <at> example <dot> com>" -m "add iota" ) && hg_push_$x hgrepo-$x gitrepo-$x && -- 1.8.0 -- 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