mktag tests: fix broken "&&" chain
Remove a stray "xb" I inadvertently introduced in 780aa0a21e
(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>
This commit is contained in:

committed by
Junio C Hamano

parent
1108cea7f8
commit
76593c09bb
@ -17,7 +17,7 @@ check_verify_failure () {
|
|||||||
grep '$2' message &&
|
grep '$2' message &&
|
||||||
if test '$3' != '--no-strict'
|
if test '$3' != '--no-strict'
|
||||||
then
|
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
|
grep '$2' message.no-strict
|
||||||
fi
|
fi
|
||||||
"
|
"
|
||||||
|
Reference in New Issue
Block a user