Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t7004: fix mistaken tag name
author
Jeff King
<peff@peff.net>
Fri, 13 Apr 2018 21:18:29 +0000
(15:18 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
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 <peff@peff.net>
Signed-off-by: Ben Toews <mastahyeti@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
468165c
)
diff --git
a/t/t7004-tag.sh
b/t/t7004-tag.sh
index 2aac77af701989dc16980268155d6e40500354bb..ee093b393d51a2dce6752dcf7bf66cc74a42202a 100755
(executable)
--- a/
t/t7004-tag.sh
+++ b/
t/t7004-tag.sh
@@
-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: