Skip to content

Commit 962df3d

Browse files
rhansengitster
authored andcommitted
test-hg.sh: fix duplicate content strings in author tests
"beta" was used twice. Change the second copy to "gamma" and increment the remaining content strings. Signed-off-by: Richard Hansen <[email protected]> Reviewed-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25607db commit 962df3d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

contrib/remote-helpers/test-hg.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -207,15 +207,15 @@ test_expect_success 'authors' '
207207
>../expected &&
208208
author_test alpha "" "H G Wells <[email protected]>" &&
209209
author_test beta "test" "test <unknown>" &&
210-
author_test beta "test <[email protected]> (comment)" "test <[email protected]>" &&
211-
author_test gamma "<[email protected]>" "Unknown <[email protected]>" &&
212-
author_test delta "name<[email protected]>" "name <[email protected]>" &&
213-
author_test epsilon "name <[email protected]" "name <[email protected]>" &&
214-
author_test zeta " test " "test <unknown>" &&
215-
author_test eta "test < [email protected] >" "test <[email protected]>" &&
216-
author_test theta "test >[email protected]>" "test <[email protected]>" &&
217-
author_test iota "test < test <at> example <dot> com>" "test <unknown>" &&
218-
author_test kappa "[email protected]" "Unknown <[email protected]>"
210+
author_test gamma "test <[email protected]> (comment)" "test <[email protected]>" &&
211+
author_test delta "<[email protected]>" "Unknown <[email protected]>" &&
212+
author_test epsilon "name<[email protected]>" "name <[email protected]>" &&
213+
author_test zeta "name <[email protected]" "name <[email protected]>" &&
214+
author_test eta " test " "test <unknown>" &&
215+
author_test theta "test < [email protected] >" "test <[email protected]>" &&
216+
author_test iota "test >[email protected]>" "test <[email protected]>" &&
217+
author_test kappa "test < test <at> example <dot> com>" "test <unknown>" &&
218+
author_test lambda "[email protected]" "Unknown <[email protected]>"
219219
) &&
220220
221221
git clone "hg::hgrepo" gitrepo &&

0 commit comments

Comments
 (0)