X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7811-grep-open.sh;h=aedf484feeb9da05054f18ab2f4913865048fe35;hb=8fe6177ac640ca36814ad3394d4e86b4ce8e29e3;hp=568a6f2b69ab5003c00f206806c3fe6289f63a98;hpb=1538f21bfb33dcaa65fe84b9823a8963bf1e6443;p=git.git diff --git a/t/t7811-grep-open.sh b/t/t7811-grep-open.sh index 568a6f2b6..aedf484fe 100755 --- a/t/t7811-grep-open.sh +++ b/t/t7811-grep-open.sh @@ -61,7 +61,7 @@ test_expect_success SIMPLEPAGER 'git grep -O' ' test_cmp empty out ' -test_expect_success 'git grep -O --cached' ' +test_expect_success C_LOCALE_OUTPUT 'git grep -O --cached' ' test_must_fail git grep --cached -O GREP_PATTERN >out 2>msg && grep open-files-in-pager msg '