Skip to content

Commit 7652ce9

Browse files
committed
Merge branch 'ab/detox-gettext-tests'
Testfix. * ab/detox-gettext-tests: mktag tests: fix broken "&&" chain
2 parents 4730c5e + 76593c0 commit 7652ce9

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)