We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4730c5e + 76593c0 commit 7652ce9Copy full SHA for 7652ce9
t/t3800-mktag.sh
@@ -17,7 +17,7 @@ check_verify_failure () {
17
grep '$2' message &&
18
if test '$3' != '--no-strict'
19
then
20
- test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&xb
+ test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&
21
grep '$2' message.no-strict
22
fi
23
"
0 commit comments