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 <vascomalmeida@sapo.pt>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Vasco Almeida 2016-08-12 11:59:00 +00:00 committed by Junio C Hamano
parent 2376d31787
commit 7ca79dca06

View File

@ -1286,7 +1286,7 @@ test_expect_success 'rebase -i --gpg-sign=<key-id>' '
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