From: Ævar Arnfjörð Bjarmason Date: Wed, 24 Mar 2021 02:11:52 +0000 (+0100) Subject: mktag tests: fix broken "&&" chain X-Git-Tag: v2.32.0-rc0~116^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76593c09bbf1bd7381505f8fa323168a874fe946;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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 message.no-strict &&xb + test_must_fail git mktag --no-strict message.no-strict && grep '$2' message.no-strict fi "