X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7811-grep-open.sh;h=a8957782cfb8fae4b7c171d4c9db24ce6cd5505e;hb=c32c95916549331a581fadfa749c4322c14ccd78;hp=aedf484feeb9da05054f18ab2f4913865048fe35;hpb=2f0db1d86bb89a30c6742b03c40b320c178b1097;p=git.git diff --git a/t/t7811-grep-open.sh b/t/t7811-grep-open.sh index aedf484fe..a8957782c 100755 --- a/t/t7811-grep-open.sh +++ b/t/t7811-grep-open.sh @@ -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' '