summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-03-30 14:35:38 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-30 14:35:38 -0700
commit7652ce966f9b398e02a5df0344d015c4d54ca52a (patch)
tree133b88157412446574031fe1ab9614732403600b /t
parentMerge branch 'hx/pack-objects-chunk-comment' (diff)
parentmktag tests: fix broken "&&" chain (diff)
downloadtgif-7652ce966f9b398e02a5df0344d015c4d54ca52a.tar.xz
Merge branch 'ab/detox-gettext-tests'
Testfix. * ab/detox-gettext-tests: mktag tests: fix broken "&&" chain
Diffstat (limited to 't')
-rwxr-xr-xt/t3800-mktag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3800-mktag.sh b/t/t3800-mktag.sh
index 60a666da59..6275c98523 100755
--- a/t/t3800-mktag.sh
+++ b/t/t3800-mktag.sh
@@ -17,7 +17,7 @@ check_verify_failure () {
grep '$2' message &&
if test '$3' != '--no-strict'
then
- 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 &&
grep '$2' message.no-strict
fi
"