Skip to content

Commit e1fec2a

Browse files
committed
fixup??? mktag: mark strings for translation
We should not force GETTEXT_POISON to `false`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8578f1f commit e1fec2a

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
@@ -13,9 +13,8 @@ test_description='git mktag: tag object verify test'
1313

1414
check_verify_failure () {
1515
test_expect_success "$1" "
16-
test_must_fail env GIT_TEST_GETTEXT_POISON=false \
17-
git mktag <tag.sig 2>message &&
18-
grep '$2' message &&
16+
test_must_fail git mktag <tag.sig 2>message &&
17+
test_i18ngrep '$2' message &&
1918
if test '$3' != '--no-strict'
2019
then
2120
test_must_fail env GIT_TEST_GETTEXT_POISON=false \

0 commit comments

Comments
 (0)