"beta" was used twice. Change the second copy to "gamma" and increment the remaining content strings.
Signed-off-by: Richard Hansen <rhan...@bbn.com> Reviewed-by: Felipe Contreras <felipe.contre...@gmail.com> --- contrib/remote-helpers/test-hg.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/contrib/remote-helpers/test-hg.sh b/contrib/remote-helpers/test-hg.sh index 5535e8c..eb72db8 100755 --- a/contrib/remote-helpers/test-hg.sh +++ b/contrib/remote-helpers/test-hg.sh @@ -207,15 +207,15 @@ test_expect_success 'authors' ' >../expected && author_test alpha "" "H G Wells <we...@example.com>" && author_test beta "test" "test <unknown>" && - author_test beta "test <t...@example.com> (comment)" "test <t...@example.com>" && - author_test gamma "<t...@example.com>" "Unknown <t...@example.com>" && - author_test delta "name<t...@example.com>" "name <t...@example.com>" && - author_test epsilon "name <t...@example.com" "name <t...@example.com>" && - author_test zeta " test " "test <unknown>" && - author_test eta "test < t...@example.com >" "test <t...@example.com>" && - author_test theta "test >t...@example.com>" "test <t...@example.com>" && - author_test iota "test < test <at> example <dot> com>" "test <unknown>" && - author_test kappa "t...@example.com" "Unknown <t...@example.com>" + author_test gamma "test <t...@example.com> (comment)" "test <t...@example.com>" && + author_test delta "<t...@example.com>" "Unknown <t...@example.com>" && + author_test epsilon "name<t...@example.com>" "name <t...@example.com>" && + author_test zeta "name <t...@example.com" "name <t...@example.com>" && + author_test eta " test " "test <unknown>" && + author_test theta "test < t...@example.com >" "test <t...@example.com>" && + author_test iota "test >t...@example.com>" "test <t...@example.com>" && + author_test kappa "test < test <at> example <dot> com>" "test <unknown>" && + author_test lambda "t...@example.com" "Unknown <t...@example.com>" ) && 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html