It's hard to tell which author conversion test failed when the email addresses look similar. Signed-off-by: Richard Hansen <rhansen@xxxxxxx> Reviewed-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- contrib/remote-helpers/test-hg.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index eb72db8..642ad93 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -206,16 +206,16 @@ test_expect_success 'authors' ' >../expected && author_test alpha "" "H G Wells <wells@xxxxxxxxxxx>" && - author_test beta "test" "test <unknown>" && - author_test gamma "test <test@xxxxxxxxxxx> (comment)" "test <test@xxxxxxxxxxx>" && - author_test delta "<test@xxxxxxxxxxx>" "Unknown <test@xxxxxxxxxxx>" && - author_test epsilon "name<test@xxxxxxxxxxx>" "name <test@xxxxxxxxxxx>" && - author_test zeta "name <test@xxxxxxxxxxx" "name <test@xxxxxxxxxxx>" && - author_test eta " test " "test <unknown>" && - author_test theta "test < test@xxxxxxxxxxx >" "test <test@xxxxxxxxxxx>" && - author_test iota "test >test@xxxxxxxxxxx>" "test <test@xxxxxxxxxxx>" && - author_test kappa "test < test <at> example <dot> com>" "test <unknown>" && - author_test lambda "test@xxxxxxxxxxx" "Unknown <test@xxxxxxxxxxx>" + author_test beta "beta" "beta <unknown>" && + author_test gamma "gamma <test@xxxxxxxxxxx> (comment)" "gamma <test@xxxxxxxxxxx>" && + author_test delta "<delta@xxxxxxxxxxx>" "Unknown <delta@xxxxxxxxxxx>" && + author_test epsilon "epsilon<test@xxxxxxxxxxx>" "epsilon <test@xxxxxxxxxxx>" && + author_test zeta "zeta <test@xxxxxxxxxxx" "zeta <test@xxxxxxxxxxx>" && + author_test eta " eta " "eta <unknown>" && + author_test theta "theta < test@xxxxxxxxxxx >" "theta <test@xxxxxxxxxxx>" && + author_test iota "iota >test@xxxxxxxxxxx>" "iota <test@xxxxxxxxxxx>" && + author_test kappa "kappa < test <at> example <dot> com>" "kappa <unknown>" && + author_test lambda "lambda@xxxxxxxxxxx" "Unknown <lambda@xxxxxxxxxxx>" ) && git clone "hg::hgrepo" gitrepo && -- 1.8.5.rc1.208.g8ff7964 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html