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 ca3065e7e7 ("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 <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Ævar Arnfjörð Bjarmason committed Aug 13, 2018 at 19:22 UTC d365112115ef77225d6361422429501fc06593af
1 file changed +1 -1
t/t5510-fetch.sh
+1 -1
@@ -613,7 +613,7 @@ test_configured_prune_type () {
613 git rev-parse --verify refs/tags/newtag
614 ) &&
615
616 - # now remove it
616 + # now remove them
617 git branch -d newbranch &&
618 git tag -d newtag &&
619