Merge branch 'ab/detox-gettext-tests'
Testfix. * ab/detox-gettext-tests: mktag tests: fix broken "&&" chain
This commit is contained in:
@ -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