fetch tests: add a test for clobbering tag behavior
[gitweb.git] / 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 &&