]> git.ipfire.org Git - thirdparty/git.git/commit - t/t3510-cherry-pick-sequence.sh
tests: remove most uses of test_i18ncmp
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 11 Feb 2021 01:53:53 +0000 (02:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 07:48:27 +0000 (23:48 -0800)
commit1108cea7f8ee38a8507c1cc68d1fafe2eb31d623
treed739cc6d7733e975f04482966302d19e5a480540
parentb1e079807b3d3c3592c40cab8bc0379879b6fad5
tests: remove most uses of test_i18ncmp

As a follow-up to d162b25f956 (tests: remove support for
GIT_TEST_GETTEXT_POISON, 2021-01-20) remove most uses of test_i18ncmp
via a simple s/test_i18ncmp/test_cmp/g search-replacement.

I'm leaving t6300-for-each-ref.sh out due to a conflict with in-flight
changes between "master" and "seen", as well as the prerequisite
itself due to other changes between "master" and "next/seen" which add
new test_i18ncmp uses.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
90 files changed:
t/lib-credential.sh
t/lib-log-graph.sh
t/t0006-date.sh
t/t0008-ignores.sh
t/t0012-help.sh
t/t0018-advice.sh
t/t0027-auto-crlf.sh
t/t0040-parse-options.sh
t/t0201-gettext-fallbacks.sh
t/t0300-credentials.sh
t/t0500-progress-display.sh
t/t1011-read-tree-sparse-checkout.sh
t/t1308-config-set.sh
t/t1400-update-ref.sh
t/t1404-update-ref-errors.sh
t/t1450-fsck.sh
t/t1502-rev-parse-parseopt.sh
t/t1506-rev-parse-diagnosis.sh
t/t1507-rev-parse-upstream.sh
t/t1509-root-work-tree.sh
t/t1600-index.sh
t/t2018-checkout-branch.sh
t/t2020-checkout-detach.sh
t/t2200-add-update.sh
t/t2401-worktree-prune.sh
t/t2402-worktree-list.sh
t/t3005-ls-files-relative.sh
t/t3200-branch.sh
t/t3201-branch-contains.sh
t/t3203-branch-output.sh
t/t3300-funny-names.sh
t/t3400-rebase.sh
t/t3404-rebase-interactive.sh
t/t3420-rebase-autostash.sh
t/t3504-cherry-pick-rerere.sh
t/t3507-cherry-pick-conflict.sh
t/t3508-cherry-pick-many-commits.sh
t/t3510-cherry-pick-sequence.sh
t/t3600-rm.sh
t/t3700-add.sh
t/t3701-add-interactive.sh
t/t3903-stash.sh
t/t3905-stash-include-untracked.sh
t/t4006-diff-mode.sh
t/t4012-diff-binary.sh
t/t4013-diff-various.sh
t/t4014-format-patch.sh
t/t4016-diff-quote.sh
t/t4030-diff-textconv.sh
t/t4045-diff-relative.sh
t/t4049-diff-stat-count.sh
t/t4100-apply-stat.sh
t/t4150-am.sh
t/t4153-am-resume-override-opts.sh
t/t4205-log-pretty-formats.sh
t/t4254-am-corrupt.sh
t/t5150-request-pull.sh
t/t5316-pack-delta-depth.sh
t/t5500-fetch-pack.sh
t/t5505-remote.sh
t/t5510-fetch.sh
t/t5512-ls-remote.sh
t/t5526-fetch-submodules.sh
t/t5541-http-push-smart.sh
t/t6020-bundle-misc.sh
t/t6030-bisect-porcelain.sh
t/t6040-tracking-info.sh
t/t6120-describe.sh
t/t6134-pathspec-in-submodule.sh
t/t6301-for-each-ref-errors.sh
t/t6436-merge-overwrite.sh
t/t6439-merge-co-error-msgs.sh
t/t7001-mv.sh
t/t7004-tag.sh
t/t7012-skip-worktree-writing.sh
t/t7060-wtstatus.sh
t/t7063-status-untracked-cache.sh
t/t7102-reset.sh
t/t7400-submodule-basic.sh
t/t7401-submodule-summary.sh
t/t7406-submodule-update.sh
t/t7407-submodule-foreach.sh
t/t7500-commit-template-squash-signoff.sh
t/t7502-commit-porcelain.sh
t/t7508-status.sh
t/t7512-status-help.sh
t/t7519-status-fsmonitor.sh
t/t7521-ignored-mode.sh
t/t7600-merge.sh
t/t7602-merge-octopus-many.sh