From: Vasco Almeida Date: Fri, 12 Aug 2016 11:59:00 +0000 (+0000) Subject: t3404: become resilient to GETTEXT_POISON X-Git-Tag: v2.10.0-rc1~12^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ca79dca0628a8b375ff0fdff2ed04471a32e921;p=git t3404: become resilient to GETTEXT_POISON The concerned test greps the output of exit_with_patch() in git-rebase--interactive.sh script. Signed-off-by: Vasco Almeida Signed-off-by: Junio C Hamano --- diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 197914bbd8..597e94e294 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -1286,7 +1286,7 @@ test_expect_success 'rebase -i --gpg-sign=' ' set_fake_editor && FAKE_LINES="edit 1" git rebase -i --gpg-sign="\"S I Gner\"" HEAD^ \ >out 2>err && - grep "$SQ-S\"S I Gner\"$SQ" err + test_i18ngrep "$SQ-S\"S I Gner\"$SQ" err ' test_done