Skip to content

Commit 84bd74e

Browse files
committed
fixup??? mktag: add a --no-strict option
Localized messages need to be validated via `test_i18ngrep`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent e1fec2a commit 84bd74e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

t/t3800-mktag.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ check_verify_failure () {
1717
test_i18ngrep '$2' message &&
1818
if test '$3' != '--no-strict'
1919
then
20-
test_must_fail env GIT_TEST_GETTEXT_POISON=false \
21-
git mktag --no-strict <tag.sig 2>message.no-strict &&
22-
grep '$2' message.no-strict
20+
test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&
21+
test_i18ngrep '$2' message.no-strict
2322
fi
2423
"
2524
}

0 commit comments

Comments
 (0)