push tests: remove redundant 'git push' invocation
commit76bcde5956c9094189a2a18b82574ed940e804dd
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 31 Jul 2018 13:07:10 +0000 (31 13:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jul 2018 16:25:25 +0000 (31 09:25 -0700)
treede3c38192cdb6aa18d228128a6951c03b28dd69d
parent54e934e66ddc9d61b3a8b2a6956bd434e6fccfcd
push tests: remove redundant 'git push' invocation

Remove an invocation of 'git push' that's exactly the same as the one
on the preceding line. This was seemingly added by mistake in
dbfeddb12e ("push: require force for refs under refs/tags/",
2012-11-29) and doesn't affect the result of the test, the second
"push" was a no-op as there was nothing new to push.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5516-fetch-push.sh