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>

Vasco Almeida committed Aug 12, 2016 at 11:59 UTC 7ca79dca0628a8b375ff0fdff2ed04471a32e921
1 file changed +1 -1
t/t3404-rebase-interactive.sh
+1 -1
@@ -1286,7 +1286,7 @@ test_expect_success 'rebase -i --gpg-sign=<key-id>' '
1286 set_fake_editor &&
1287 FAKE_LINES="edit 1" git rebase -i --gpg-sign="\"S I Gner\"" HEAD^ \
1288 >out 2>err &&
1289 - grep "$SQ-S\"S I Gner\"$SQ" err
1289 + test_i18ngrep "$SQ-S\"S I Gner\"$SQ" err
1290 '
1291
1292 test_done