fetch tests: correct a comment "remove it" -> "remove them"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 13 Aug 2018 19:22:48 +0000 (19:22 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 20:25:51 +0000 (13:25 -0700)
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>
t/t5510-fetch.sh
index e402aee6a22e64306c9f093ad1b529b3923fd65e..6ab093207affbd5c15540a602606b761b2ec865b 100755 (executable)
@@ -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 &&