diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t5516-fetch-push.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5516-fetch-push.sh b/t/t5516-fetch-push.sh index 08b9cf581d..4d487d6875 100755 --- a/t/t5516-fetch-push.sh +++ b/t/t5516-fetch-push.sh @@ -973,7 +973,6 @@ test_expect_success 'push requires --force to update lightweight tag' ' cd child1 && git tag testTag && git push ../child2 testTag && - git push ../child2 testTag && >file1 && git add file1 && git commit -m "file1" && |