summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-03-24 02:11:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-03-24 05:14:28 (GMT)
commit76593c09bbf1bd7381505f8fa323168a874fe946 (patch)
tree42dc3be9a39b9fc792f3fb2073b18ebfcf3df73f
parent1108cea7f8ee38a8507c1cc68d1fafe2eb31d623 (diff)
downloadgit-76593c09bbf1bd7381505f8fa323168a874fe946.zip
git-76593c09bbf1bd7381505f8fa323168a874fe946.tar.gz
git-76593c09bbf1bd7381505f8fa323168a874fe946.tar.bz2
mktag tests: fix broken "&&" chain
Remove a stray "xb" I inadvertently introduced in 780aa0a21e0 (tests: remove last uses of GIT_TEST_GETTEXT_POISON=false, 2021-02-11). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 60a666d..6275c98 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
"