summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-08-13 19:22:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-13 20:25:51 (GMT)
commitd365112115ef77225d6361422429501fc06593af (patch)
tree0d8b2308dbf99d3cd2c03636ef36990c4ba08345 /t/t5510-fetch.sh
parent380efb65df09666a1999c0e36513a3076481b83a (diff)
downloadgit-d365112115ef77225d6361422429501fc06593af.zip
git-d365112115ef77225d6361422429501fc06593af.tar.gz
git-d365112115ef77225d6361422429501fc06593af.tar.bz2
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>
Diffstat (limited to 't/t5510-fetch.sh')
-rwxr-xr-xt/t5510-fetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5510-fetch.sh b/t/t5510-fetch.sh
index e402aee..6ab0932 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 &&