i18n: use test_i18n{cmp,grep} in t7600, t7607, t7611 and t7811

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2011-04-14 14:36:14 -07:00
parent cc6658e7b4
commit c9ea118e75
4 changed files with 10 additions and 19 deletions

View File

@ -61,9 +61,9 @@ test_expect_success SIMPLEPAGER 'git grep -O' '
test_cmp empty out
'
test_expect_success C_LOCALE_OUTPUT 'git grep -O --cached' '
test_expect_success 'git grep -O --cached' '
test_must_fail git grep --cached -O GREP_PATTERN >out 2>msg &&
grep open-files-in-pager msg
test_i18ngrep open-files-in-pager msg
'
test_expect_success 'git grep -O --no-index' '