]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mktag tests: fix broken "&&" chain
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 24 Mar 2021 02:11:52 +0000 (03:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Mar 2021 05:14:28 +0000 (22:14 -0700)
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>
t/t3800-mktag.sh

index 60a666da595cf359b9132fb359960e43ea7e2f41..6275c98523f73138acaae7fd807f38924bf8e625 100755 (executable)
@@ -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
        "