t7004: fix mistaken tag name
authorJeff King <redacted>
Fri, 13 Apr 2018 21:18:29 +0000 (15:18 -0600)
committerJunio C Hamano <redacted>
Mon, 16 Apr 2018 05:15:02 +0000 (14:15 +0900)
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 <redacted>
Signed-off-by: Ben Toews <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7004-tag.sh

index 2aac77af701989dc16980268155d6e40500354bb..ee093b393d51a2dce6752dcf7bf66cc74a42202a 100755 (executable)
@@ -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:
git clone https://git.99rst.org/PROJECT