diff options
Diffstat (limited to 't/t7811-grep-open.sh')
-rwxr-xr-x | t/t7811-grep-open.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7811-grep-open.sh b/t/t7811-grep-open.sh index 1dd07141a7..3160be59fd 100755 --- a/t/t7811-grep-open.sh +++ b/t/t7811-grep-open.sh @@ -3,7 +3,6 @@ test_description='git grep --open-files-in-pager ' -TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh . "$TEST_DIRECTORY"/lib-pager.sh unset PAGER GIT_PAGER @@ -63,7 +62,7 @@ test_expect_success SIMPLEPAGER 'git grep -O' ' test_expect_success 'git grep -O --cached' ' test_must_fail git grep --cached -O GREP_PATTERN >out 2>msg && - test_i18ngrep open-files-in-pager msg + test_grep open-files-in-pager msg ' test_expect_success 'git grep -O --no-index' ' |