mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
468165c1d8
commit
cf98a52ba4
@@ -1056,7 +1056,7 @@ test_expect_success GPG \
|
||||
git tag -s -F sigblanknonlfile blanknonlfile-signed-tag &&
|
||||
get_tag_msg blanknonlfile-signed-tag >actual &&
|
||||
test_cmp expect actual &&
|
||||
git tag -v signed-tag
|
||||
git tag -v blanknonlfile-signed-tag
|
||||
'
|
||||
|
||||
# messages with commented lines for signed tags:
|
||||
|
||||
Reference in New Issue
Block a user