git/t/t5411
Junio C Hamano 6789275d37 tests: teach callers of test_i18ngrep to use test_grep
They are equivalents and the former still exists, so as long as the
only change this commit makes are to rewrite test_i18ngrep to
test_grep, there won't be any new bug, even if there still are
callers of test_i18ngrep remaining in the tree, or when merged to
other topics that add new uses of test_i18ngrep.

This patch was produced more or less with

    git grep -l -e 'test_i18ngrep ' 't/t[0-9][0-9][0-9][0-9]-*.sh' |
    xargs perl -p -i -e 's/test_i18ngrep /test_grep /'

and a good way to sanity check the result yourself is to run the
above in a checkout of c4603c1c (test framework: further deprecate
test_i18ngrep, 2023-10-31) and compare the resulting working tree
contents with the result of applying this patch to the same commit.
You'll see that test_i18ngrep in a few t/lib-*.sh files corrected,
in addition to the manual reproduction.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-11-02 17:13:44 +09:00
..
common-functions.sh
once-0010-report-status-v1.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0000-standard-git-push.sh
test-0001-standard-git-push--porcelain.sh
test-0002-pre-receive-declined.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0003-pre-receive-declined--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0010-proc-receive-settings.sh
test-0011-no-hook-error.sh
test-0012-no-hook-error--porcelain.sh
test-0013-bad-protocol.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0014-bad-protocol--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0020-report-ng.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0021-report-ng--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0022-report-unexpect-ref.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0023-report-unexpect-ref--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0024-report-unknown-ref.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0025-report-unknown-ref--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0026-push-options.sh tests: teach callers of test_i18ngrep to use test_grep 2023-11-02 17:13:44 +09:00
test-0027-push-options--porcelain.sh tests: teach callers of test_i18ngrep to use test_grep 2023-11-02 17:13:44 +09:00
test-0030-report-ok.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0031-report-ok--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0032-report-with-options.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0033-report-with-options--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0034-report-ft.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0035-report-ft--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0036-report-multi-rewrite-for-one-ref.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0037-report-multi-rewrite-for-one-ref--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0038-report-mixed-refs.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0039-report-mixed-refs--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0040-process-all-refs.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0041-process-all-refs--porcelain.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00
test-0050-proc-receive-refs-with-modifiers.sh proc-receive hook tests: use "test_hook" instead of "write_script" 2022-03-17 14:42:14 -07:00