Merge branch 'ab/detox-gettext-tests'
Testfix. * ab/detox-gettext-tests: mktag tests: fix broken "&&" chain
This commit is contained in:
commit
7652ce966f
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user