Skip to content

Commit 76593c0

Browse files
avargitster
authored andcommitted
mktag tests: fix broken "&&" chain
Remove a stray "xb" I inadvertently introduced in 780aa0a (tests: remove last uses of GIT_TEST_GETTEXT_POISON=false, 2021-02-11). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1108cea commit 76593c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3800-mktag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ check_verify_failure () {
1717
grep '$2' message &&
1818
if test '$3' != '--no-strict'
1919
then
20-
test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&xb
20+
test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&
2121
grep '$2' message.no-strict
2222
fi
2323
"

0 commit comments

Comments
 (0)