From: Ævar Arnfjörð Bjarmason Date: Mon, 13 Aug 2018 19:22:48 +0000 (+0000) Subject: fetch tests: correct a comment "remove it" -> "remove them" X-Git-Tag: v2.19.0-rc0~21^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d365112115ef77225d6361422429501fc06593af?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- d365112115ef77225d6361422429501fc06593af diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh index e402aee6a2..6ab093207a 100755 --- a/t/t5510-fetch.sh +++ b/t/t5510-fetch.sh @@ -613,7 +613,7 @@ test_configured_prune_type () { git rev-parse --verify refs/tags/newtag ) && - # now remove it + # now remove them git branch -d newbranch && git tag -d newtag &&