Skip to content

Commit c800aeb

Browse files
avargitster
authored andcommitted
fetch tests: correct a comment "remove it" -> "remove them"
Correct a comment referring to the removal of just the branch to also refer to the tag. This should have been changed in my ca3065e ("fetch tests: add a tag to be deleted to the pruning tests", 2018-02-09) when the tag deletion was added, but I missed it at the time. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2a6ecdf commit c800aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5510-fetch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ test_configured_prune_type () {
613613
git rev-parse --verify refs/tags/newtag
614614
) &&
615615
616-
# now remove it
616+
# now remove them
617617
git branch -d newbranch &&
618618
git tag -d newtag &&
619619

0 commit comments

Comments
 (0)