Merge branch 'ab/detox-gettext-tests'

Testfix.

* ab/detox-gettext-tests:
  mktag tests: fix broken "&&" chain
This commit is contained in:
Junio C Hamano
2021-03-30 14:35:38 -07:00

View File

@ -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
" "