Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-checkout: Update summary to reflect current abilities
[gitweb.git]
/
t
/
t3800-mktag.sh
diff --git
a/t/t3800-mktag.sh
b/t/t3800-mktag.sh
index f2803206f1b170adef4e05d3aa46b01084adf470..278075823bbf4656ec08e844e79e6b25f0f2f292 100755
(executable)
--- a/
t/t3800-mktag.sh
+++ b/
t/t3800-mktag.sh
@@
-15,7
+15,7
@@
check_verify_failure () {
expect="$2"
test_expect_success "$1" '
( ! git-mktag <tag.sig 2>message ) &&
- grep
-q
"$expect" message
+ grep "$expect" message
'
}