Skip to content

Commit cf98a52

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Ben Toews <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 468165c commit cf98a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7004-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ test_expect_success GPG \
10561056
git tag -s -F sigblanknonlfile blanknonlfile-signed-tag &&
10571057
get_tag_msg blanknonlfile-signed-tag >actual &&
10581058
test_cmp expect actual &&
1059-
git tag -v signed-tag
1059+
git tag -v blanknonlfile-signed-tag
10601060
'
10611061

10621062
# messages with commented lines for signed tags:

0 commit comments

Comments
 (0)