mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08: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:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user