]> git.ipfire.org Git - thirdparty/git.git/commit
t7004: fix mistaken tag name
authorJeff King <peff@peff.net>
Fri, 13 Apr 2018 21:18:29 +0000 (15:18 -0600)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2018 05:15:02 +0000 (14:15 +0900)
commitcf98a52ba4d8176a3ec73c72d296275999ecb52d
treed57948bd234629fb5438ca6688e9fc055d7c2f07
parent468165c1d8a442994a825f3684528361727cd8c0
t7004: fix mistaken tag name

We have a series of tests which create signed tags with
various properties, but one test accidentally verifies a tag
from much earlier in the series.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Ben Toews <mastahyeti@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh