]> git.ipfire.org Git - thirdparty/git.git/commit
push tests: make use of unused $1 in test description
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 31 Aug 2018 20:09:57 +0000 (20:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2018 21:04:05 +0000 (14:04 -0700)
commitf08fb8dfea403497e2070cb9778ceafcf799a615
tree807201b6b6290f5f3eccb33edbe56bacaa468b74
parent8cd4b7c14895a055de01962237d580173e5beca1
push tests: make use of unused $1 in test description

Fix up a logic error in 380efb65df ("push tests: assert re-pushing
annotated tags", 2018-07-31), where the $tag_type_description variable
was assigned to but never used, unlike in the subsequently added
companion test for fetches in 2d216a7ef6 ("fetch tests: add a test for
clobbering tag behavior", 2018-04-29).

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