]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/detox-gettext-tests'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:29 +0000 (16:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:29 +0000 (16:43 -0800)
Removal of GIT_TEST_GETTEXT_POISON continues.

* ab/detox-gettext-tests:
  tests: remove most uses of test_i18ncmp
  tests: remove last uses of C_LOCALE_OUTPUT
  tests: remove most uses of C_LOCALE_OUTPUT
  tests: remove last uses of GIT_TEST_GETTEXT_POISON=false

104 files changed:
t/lib-credential.sh
t/lib-log-graph.sh
t/t0000-basic.sh
t/t0006-date.sh
t/t0008-ignores.sh
t/t0012-help.sh
t/t0018-advice.sh
t/t0020-crlf.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/t1430-bad-ref-name.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/t1512-rev-parse-disambiguation.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/t3415-rebase-autosquash.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/t3800-mktag.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/t5300-pack-object.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/t5601-clone.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/t6423-merge-rename-directories.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/t7300-clean.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/t7505-prepare-commit-msg-hook.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
t/t7810-grep.sh
t/t9003-help-autocorrect.sh
t/test-lib.sh

index dea2cbef5172954666f9ee40142273252b6fe7a2..5ea8bc9f1dcfe644da4b9ce720f2a523ff172475 100644 (file)
@@ -20,7 +20,7 @@ check() {
                false
        fi &&
        test_cmp expect-stdout stdout &&
-       test_i18ncmp expect-stderr stderr
+       test_cmp expect-stderr stderr
 }
 
 read_chunk() {
index 1184cceef262283ac65c99985cf9f4ebb3edce68..bf952ef9204dbbff379803810d4ec8ef87749a35 100644 (file)
@@ -12,13 +12,13 @@ sanitize_log_output () {
 lib_test_cmp_graph () {
        git log --graph "$@" >output &&
        sed 's/ *$//' >output.sanitized <output &&
-       test_i18ncmp expect output.sanitized
+       test_cmp expect output.sanitized
 }
 
 lib_test_cmp_short_graph () {
        git log --graph --pretty=short "$@" >output &&
        sanitize_log_output >output.sanitized <output &&
-       test_i18ncmp expect output.sanitized
+       test_cmp expect output.sanitized
 }
 
 lib_test_cmp_colored_graph () {
index a6e570d674ac97c33396a605cbc752f9f121bb2e..705d62cc27a574a990978f786cf45c864ebffd50 100755 (executable)
@@ -271,7 +271,7 @@ test_expect_success 'pretend we have a mix of all possible results' '
        EOF
 '
 
-test_expect_success C_LOCALE_OUTPUT 'test --verbose' '
+test_expect_success 'test --verbose' '
        run_sub_test_lib_test_err \
                t1234-verbose "test verbose" --verbose <<-\EOF &&
        test_expect_success "passing test" true
index 75ee9a96b80bbad5506bc6961b23988358a65c8a..6b757d7169252b467ed18c4f209c0428e286bba3 100755 (executable)
@@ -11,7 +11,7 @@ check_relative() {
        echo "$t -> $2" >expect
        test_expect_${3:-success} "relative date ($2)" "
        test-tool date relative $t >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
        "
 }
 
@@ -139,7 +139,7 @@ check_date_format_human() {
        echo "$t -> $2" >expect
        test_expect_success "human date $t" '
                test-tool date human $t >actual &&
-               test_i18ncmp expect actual
+               test_cmp expect actual
 '
 }
 
index 370a389e5c5c509b51189e23b81c6ce2d1b79a18..f7abde62f633ee2ff89614777fd03533559cb887 100755 (executable)
@@ -34,7 +34,7 @@ expect_from_stdin () {
 test_stderr () {
        expected="$1"
        expect_in stderr "$1" &&
-       test_i18ncmp "$HOME/expected-stderr" "$HOME/stderr"
+       test_cmp "$HOME/expected-stderr" "$HOME/stderr"
 }
 
 broken_c_unquote () {
index e8ef7300ecb8693367906d4c314797e5750bdf50..5679e29c62479c663446e76fbc587a2648efe601 100755 (executable)
@@ -55,7 +55,7 @@ test_expect_success "--help does not work for guides" "
                git: 'revisions' is not a git command. See 'git --help'.
        EOF
        test_must_fail git revisions --help 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 "
 
 test_expect_success 'git help' '
index e03554d2f3457b354aa4035d446ffb856061e9a3..39e5e4b34f8729e361f7cc7801dadb4db6d6c76b 100755 (executable)
@@ -10,7 +10,7 @@ test_expect_success 'advice should be printed when config variable is unset' '
        hint: Disable this message with "git config advice.nestedTag false"
        EOF
        test-tool advise "This is a piece of advice" 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'advice should be printed when config variable is set to true' '
@@ -20,7 +20,7 @@ test_expect_success 'advice should be printed when config variable is set to tru
        EOF
        test_config advice.nestedTag true &&
        test-tool advise "This is a piece of advice" 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'advice should not be printed when config variable is set to false' '
index 375cf9439858d974b9db8f826062a9577d70af9d..f25ae8b5e1f34dd8e58bbe65ee171cbf5c8aa14b 100755 (executable)
@@ -87,10 +87,8 @@ test_expect_success 'safecrlf: print warning only once' '
        git commit -m "nowarn" &&
        for w in Oh here is CRLFQ in text; do echo $w; done | q_to_cr >doublewarn &&
        git add doublewarn 2>err &&
-       if test_have_prereq C_LOCALE_OUTPUT
-       then
-               test $(grep "CRLF will be replaced by LF" err | wc -l) = 1
-       fi
+       grep "CRLF will be replaced by LF" err >err.warnings &&
+       test_line_count = 1 err.warnings
 '
 
 
index 51f74a3ddf3fc9ee617134a0e947dfc60e23aba2..d24d5acfbc7947c97250da98d50b8612ef0da459 100755 (executable)
@@ -83,7 +83,7 @@ check_warning () {
        *) echo >&2 "Illegal 1": "$1" ; return false ;;
        esac
        grep "will be replaced by" "$2" | sed -e "s/\(.*\) in [^ ]*$/\1/" | uniq  >"$2".actual
-       test_i18ncmp "$2".expect "$2".actual
+       test_cmp "$2".expect "$2".actual
 }
 
 commit_check_warn () {
index 14cafc138b7875013afeee01d74dbbeb2e56d495..ad4746d899a48b6eef46f7690d291c0ec6411d5b 100755 (executable)
@@ -61,7 +61,7 @@ EOF
 test_expect_success 'test help' '
        test_must_fail test-tool parse-options -h >output 2>output.err &&
        test_must_be_empty output.err &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 mv expect expect.err
@@ -84,7 +84,7 @@ check_unknown_i18n() {
        cat expect.err >>expect &&
        test_must_fail test-tool parse-options $* >output 2>output.err &&
        test_must_be_empty output &&
-       test_i18ncmp expect output.err
+       test_cmp expect output.err
 }
 
 test_expect_success 'OPT_BOOL() #1' 'check boolean: 1 --yes'
@@ -250,7 +250,7 @@ EOF
 test_expect_success 'detect possible typos' '
        test_must_fail test-tool parse-options -boolean >output 2>output.err &&
        test_must_be_empty output &&
-       test_i18ncmp typo.err output.err
+       test_cmp typo.err output.err
 '
 
 cat >typo.err <<\EOF
@@ -260,7 +260,7 @@ EOF
 test_expect_success 'detect possible typos' '
        test_must_fail test-tool parse-options -ambiguous >output 2>output.err &&
        test_must_be_empty output &&
-       test_i18ncmp typo.err output.err
+       test_cmp typo.err output.err
 '
 
 test_expect_success 'keep some options as arguments' '
index 90da1c7ddc41b73dc07b4433255d3b0ffd66bd5d..6c74df0dc67e575d171c8ad4a4ab57465b1e622c 100755 (executable)
@@ -18,7 +18,7 @@ test_expect_success 'sanity: $GIT_INTERNAL_GETTEXT_TEST_FALLBACKS is set' '
     test -n "$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS"
 '
 
-test_expect_success C_LOCALE_OUTPUT 'sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME" is fallthrough' '
+test_expect_success 'sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME" is fallthrough' '
     echo fallthrough >expect &&
     echo $GIT_INTERNAL_GETTEXT_SH_SCHEME >actual &&
     test_cmp expect actual
@@ -27,25 +27,25 @@ test_expect_success C_LOCALE_OUTPUT 'sanity: $GIT_INTERNAL_GETTEXT_SH_SCHEME" is
 test_expect_success 'gettext: our gettext() fallback has pass-through semantics' '
     printf "test" >expect &&
     gettext "test" >actual &&
-    test_i18ncmp expect actual &&
+    test_cmp expect actual &&
     printf "test more words" >expect &&
     gettext "test more words" >actual &&
-    test_i18ncmp expect actual
+    test_cmp expect actual
 '
 
 test_expect_success 'eval_gettext: our eval_gettext() fallback has pass-through semantics' '
     printf "test" >expect &&
     eval_gettext "test" >actual &&
-    test_i18ncmp expect actual &&
+    test_cmp expect actual &&
     printf "test more words" >expect &&
     eval_gettext "test more words" >actual &&
-    test_i18ncmp expect actual
+    test_cmp expect actual
 '
 
 test_expect_success 'eval_gettext: our eval_gettext() fallback can interpolate variables' '
     printf "test YesPlease" >expect &&
     GIT_INTERNAL_GETTEXT_TEST_FALLBACKS=YesPlease eval_gettext "test \$GIT_INTERNAL_GETTEXT_TEST_FALLBACKS" >actual &&
-    test_i18ncmp expect actual
+    test_cmp expect actual
 '
 
 test_expect_success 'eval_gettext: our eval_gettext() fallback can interpolate variables with spaces' '
@@ -53,7 +53,7 @@ test_expect_success 'eval_gettext: our eval_gettext() fallback can interpolate v
     export cmdline &&
     printf "When you have resolved this problem, run git am --resolved." >expect &&
     eval_gettext "When you have resolved this problem, run \$cmdline --resolved." >actual &&
-    test_i18ncmp expect actual
+    test_cmp expect actual
 '
 
 test_expect_success 'eval_gettext: our eval_gettext() fallback can interpolate variables with spaces and quotes' '
@@ -61,7 +61,7 @@ test_expect_success 'eval_gettext: our eval_gettext() fallback can interpolate v
     export cmdline &&
     printf "When you have resolved this problem, run \"git am --resolved\"." >expect &&
     eval_gettext "When you have resolved this problem, run \"\$cmdline --resolved\"." >actual &&
-    test_i18ncmp expect actual
+    test_cmp expect actual
 '
 
 test_done
index a18f8a473bfc667023c433a6c55c05defcc2e9f0..3485c0534e6d39be9ef6f285fa2ec80400dc47cd 100755 (executable)
@@ -578,7 +578,7 @@ test_expect_success 'helpers can abort the process' '
        quit: host=example.com
        fatal: credential helper '\''quit'\'' told us to quit
        EOF
-       test_i18ncmp expect stderr
+       test_cmp expect stderr
 '
 
 test_expect_success 'empty helper spec resets helper list' '
@@ -606,7 +606,7 @@ test_expect_success 'url parser rejects embedded newlines' '
        warning: url contains a newline in its path component: https://one.example.com?%0ahost=two.example.com/
        fatal: credential url cannot be parsed: https://one.example.com?%0ahost=two.example.com/
        EOF
-       test_i18ncmp expect stderr
+       test_cmp expect stderr
 '
 
 test_expect_success 'host-less URLs are parsed as empty host' '
@@ -633,7 +633,7 @@ test_expect_success 'credential system refuses to work with missing host' '
        cat >expect <<-\EOF &&
        fatal: refusing to work with credential missing host field
        EOF
-       test_i18ncmp expect stderr
+       test_cmp expect stderr
 '
 
 test_expect_success 'credential system refuses to work with missing protocol' '
@@ -643,7 +643,7 @@ test_expect_success 'credential system refuses to work with missing protocol' '
        cat >expect <<-\EOF &&
        fatal: refusing to work with credential missing protocol field
        EOF
-       test_i18ncmp expect stderr
+       test_cmp expect stderr
 '
 
 # usage: check_host_and_path <url> <expected-host> <expected-path>
index 84cce345e7dd3d9d704c064ab49cc726c4c7af32..22058b503ac78c41f542eb02a5a3dbd1cb200d3e 100755 (executable)
@@ -29,7 +29,7 @@ test_expect_success 'simple progress display' '
        test-tool progress "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display with total' '
@@ -48,7 +48,7 @@ test_expect_success 'progress display with total' '
        test-tool progress --total=3 "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display breaks long lines #1' '
@@ -72,7 +72,7 @@ EOF
                <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display breaks long lines #2' '
@@ -100,7 +100,7 @@ EOF
                <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display breaks long lines #3 - even the first is too long' '
@@ -126,7 +126,7 @@ EOF
                <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display breaks long lines #4 - title line matches terminal width' '
@@ -150,7 +150,7 @@ EOF
                <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 # Progress counter goes backwards, this should not happen in practice.
@@ -172,7 +172,7 @@ test_expect_success 'progress shortens - crazy caller' '
        test-tool progress --total=1000 "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display with throughput' '
@@ -201,7 +201,7 @@ test_expect_success 'progress display with throughput' '
        test-tool progress "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress display with throughput and total' '
@@ -226,7 +226,7 @@ test_expect_success 'progress display with throughput and total' '
        test-tool progress --total=40 "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'cover up after throughput shortens' '
@@ -255,7 +255,7 @@ test_expect_success 'cover up after throughput shortens' '
        test-tool progress "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'cover up after throughput shortens a lot' '
@@ -280,7 +280,7 @@ test_expect_success 'cover up after throughput shortens a lot' '
        test-tool progress "Working hard" <in 2>stderr &&
 
        show_cr <stderr >out &&
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'progress generates traces' '
index dfe9794a74081dc4534966cc68ee64dd4fed9a92..24092c09a95771df742337e8d6c1c9eac77221ba 100755 (executable)
@@ -253,7 +253,7 @@ warning: The following paths were already present and thus not updated despite s
 
 After fixing the above paths, you may want to run `git sparse-checkout reapply`.
 EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'checkout without --ignore-skip-worktree-bits' '
index 3a527e3a8438a583bfd8704ad23f9ae2e48ac382..88b119a0a35dc6608a789b0415a97650c88b2e19 100755 (executable)
@@ -208,14 +208,14 @@ test_expect_success 'proper error on error in default config files' '
        echo "[" >>.git/config &&
        echo "fatal: bad config line 34 in file .git/config" >expect &&
        test_expect_code 128 test-tool config get_value foo.bar 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'proper error on error in custom config files' '
        echo "[" >>syntax-error &&
        echo "fatal: bad config line 1 in file syntax-error" >expect &&
        test_expect_code 128 test-tool config configset_get_value foo.bar syntax-error 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'check line errors for malformed values' '
index 359d8731c8f097cf015a304f1f4f01d3794c7b56..e31f65f381c9bdbdc3a9dc4c10a90e5051cf9bc6 100755 (executable)
@@ -374,7 +374,7 @@ test_expect_success 'Query "main@{May 25 2005}" (before history)' '
        echo "$C" >expect &&
        test_cmp expect o &&
        echo "warning: log for '\''main'\'' only goes back to $ed" >expect &&
-       test_i18ncmp expect e
+       test_cmp expect e
 '
 test_expect_success 'Query main@{2005-05-25} (before history)' '
        test_when_finished "rm -f o e" &&
@@ -382,7 +382,7 @@ test_expect_success 'Query main@{2005-05-25} (before history)' '
        echo "$C" >expect &&
        test_cmp expect o &&
        echo "warning: log for '\''main'\'' only goes back to $ed" >expect &&
-       test_i18ncmp expect e
+       test_cmp expect e
 '
 test_expect_success 'Query "main@{May 26 2005 23:31:59}" (1 second before history)' '
        test_when_finished "rm -f o e" &&
@@ -390,7 +390,7 @@ test_expect_success 'Query "main@{May 26 2005 23:31:59}" (1 second before histor
        echo "$C" >expect &&
        test_cmp expect o &&
        echo "warning: log for '\''main'\'' only goes back to $ed" >expect &&
-       test_i18ncmp expect e
+       test_cmp expect e
 '
 test_expect_success 'Query "main@{May 26 2005 23:32:00}" (exactly history start)' '
        test_when_finished "rm -f o e" &&
index 2d142e5535e5abfbeb2c8dbc68c5e9de9e2d92cd..8b51c4efc1359dacd1b760897e48c264b965f861 100755 (executable)
@@ -101,7 +101,7 @@ df_test() {
                printf "%s\n" "delete $delname" "create $addname $D"
        fi >commands &&
        test_must_fail git update-ref --stdin <commands 2>output.err &&
-       test_i18ncmp expected-err output.err &&
+       test_cmp expected-err output.err &&
        printf "%s\n" "$C $delref" >expected-refs &&
        git for-each-ref --format="%(objectname) %(refname)" $prefix/r >actual-refs &&
        test_cmp expected-refs actual-refs
index 354902e514f964194828dbbe04d9d0d81dc50d85..b1839e08771d4162db11f2b6b6eabd33da10b275 100755 (executable)
@@ -125,7 +125,7 @@ test_expect_success 'push cannot create a badly named ref' '
        ! grep -e "broken\.\.\.ref" output
 '
 
-test_expect_failure C_LOCALE_OUTPUT 'push --mirror can delete badly named ref' '
+test_expect_failure 'push --mirror can delete badly named ref' '
        top=$(pwd) &&
        git init src &&
        git init dest &&
index 231243152b2e128b54a7facdb4983009f36df603..5071ac63a5b51b89c973456211ce3aaac3587553 100755 (executable)
@@ -376,7 +376,7 @@ test_expect_success 'tag with incorrect tag name & missing tagger' '
        warning in tag $tag: badTagName: invalid '\''tag'\'' name: wrong name format
        warning in tag $tag: missingTaggerEntry: invalid format - expected '\''tagger'\'' line
        EOF
-       test_i18ncmp expect out
+       test_cmp expect out
 '
 
 test_expect_success 'tag with bad tagger' '
@@ -804,7 +804,7 @@ test_expect_success 'fsck notices dangling objects' '
                git fsck >actual &&
                # the output order is non-deterministic, as it comes from a hash
                sort <actual >actual.sorted &&
-               test_i18ncmp expect actual.sorted
+               test_cmp expect actual.sorted
        )
 '
 
@@ -814,7 +814,7 @@ test_expect_success 'fsck --connectivity-only notices dangling objects' '
                git fsck --connectivity-only >actual &&
                # the output order is non-deterministic, as it comes from a hash
                sort <actual >actual.sorted &&
-               test_i18ncmp expect actual.sorted
+               test_cmp expect actual.sorted
        )
 '
 
index a859abedf5820da7fd2a2457c6d19b213ff78784..b29563fc9973aad63a313cbb94f239d2365ee0d8 100755 (executable)
@@ -95,7 +95,7 @@ test_expect_success 'test --parseopt help output' '
 |EOF
 END_EXPECT
        test_expect_code 129 git rev-parse --parseopt -- -h > output < optionspec &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'test --parseopt help output no switches' '
@@ -108,7 +108,7 @@ test_expect_success 'test --parseopt help output no switches' '
 |EOF
 END_EXPECT
        test_expect_code 129 git rev-parse --parseopt -- -h > output < optionspec_no_switches &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'test --parseopt help output hidden switches' '
@@ -121,7 +121,7 @@ test_expect_success 'test --parseopt help output hidden switches' '
 |EOF
 END_EXPECT
        test_expect_code 129 git rev-parse --parseopt -- -h > output < optionspec_only_hidden_switches &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'test --parseopt help-all output hidden switches' '
@@ -136,7 +136,7 @@ test_expect_success 'test --parseopt help-all output hidden switches' '
 |EOF
 END_EXPECT
        test_expect_code 129 git rev-parse --parseopt -- --help-all > output < optionspec_only_hidden_switches &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'test --parseopt invalid switch help output' '
@@ -176,7 +176,7 @@ test_expect_success 'test --parseopt invalid switch help output' '
 |
 END_EXPECT
        test_expect_code 129 git rev-parse --parseopt -- --does-not-exist 1>/dev/null 2>output < optionspec &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'setup expect.1' "
index f6e6f23f7e6950ea43a7632eb2f0652afc1ed0ae..65a154a8a20f8df27a3f0eaee9ff9b65d5132639 100755 (executable)
@@ -15,7 +15,7 @@ test_did_you_mean ()
        fatal: path '$2$3' $4, but not ${5:-$SQ$3$SQ}
        hint: Did you mean '$1:$2$3'${2:+ aka $SQ$1:./$3$SQ}?
        EOF
-       test_i18ncmp expected error
+       test_cmp expected error
 }
 
 HASH_file=
index 73b4f34c6eee30a70098c950a5482756a9f95e61..c34714ffe3fbe5545da1d05b9a74cfc6113e43dd 100755 (executable)
@@ -172,7 +172,7 @@ test_expect_success 'branch@{u} error message when no upstream' '
        fatal: no upstream configured for branch ${SQ}non-tracking${SQ}
        EOF
        error_message non-tracking@{u} &&
-       test_i18ncmp expect error
+       test_cmp expect error
 '
 
 test_expect_success '@{u} error message when no upstream' '
@@ -180,7 +180,7 @@ test_expect_success '@{u} error message when no upstream' '
        fatal: no upstream configured for branch ${SQ}main${SQ}
        EOF
        test_must_fail git rev-parse --verify @{u} 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'branch@{u} error message with misspelt branch' '
@@ -188,7 +188,7 @@ test_expect_success 'branch@{u} error message with misspelt branch' '
        fatal: no such branch: ${SQ}no-such-branch${SQ}
        EOF
        error_message no-such-branch@{u} &&
-       test_i18ncmp expect error
+       test_cmp expect error
 '
 
 test_expect_success '@{u} error message when not on a branch' '
@@ -197,7 +197,7 @@ test_expect_success '@{u} error message when not on a branch' '
        EOF
        git checkout HEAD^0 &&
        test_must_fail git rev-parse --verify @{u} 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'branch@{u} error message if upstream branch not fetched' '
@@ -205,7 +205,7 @@ test_expect_success 'branch@{u} error message if upstream branch not fetched' '
        fatal: upstream branch ${SQ}refs/heads/side${SQ} not stored as a remote-tracking branch
        EOF
        error_message bad-upstream@{u} &&
-       test_i18ncmp expect error
+       test_cmp expect error
 '
 
 test_expect_success 'pull works when tracking a local branch' '
index fd2f7abf1c192eebaa98a3b7d3d22433cd523ae4..553a3f601ba7c76efa193d4a33823197c05281e7 100755 (executable)
@@ -221,7 +221,7 @@ test_expect_success 'setup' '
        rm -rf /.git &&
        echo "Initialized empty Git repository in /.git/" > expected &&
        git init > result &&
-       test_i18ncmp expected result
+       test_cmp expected result
 '
 
 test_vars 'auto gitdir, root' ".git" "/" ""
@@ -246,7 +246,7 @@ test_expect_success 'setup' '
        cd / &&
        echo "Initialized empty Git repository in /" > expected &&
        git init --bare > result &&
-       test_i18ncmp expected result
+       test_cmp expected result
 '
 
 test_vars 'auto gitdir, root' "." "" ""
index 242abbfa0bc2b3a1303665feee93e23f8c98a1f6..7891a6becf3a0b4092b2a3fd91ed6679e24cdd08 100755 (executable)
@@ -314,39 +314,39 @@ test_expect_success 'ambiguous short sha1 ref' '
        grep "refname.*${REF}.*ambiguous" err
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguity errors are not repeated (raw)' '
+test_expect_success 'ambiguity errors are not repeated (raw)' '
        test_must_fail git rev-parse 00000 2>stderr &&
        grep "is ambiguous" stderr >errors &&
        test_line_count = 1 errors
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguity errors are not repeated (treeish)' '
+test_expect_success 'ambiguity errors are not repeated (treeish)' '
        test_must_fail git rev-parse 00000:foo 2>stderr &&
        grep "is ambiguous" stderr >errors &&
        test_line_count = 1 errors
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguity errors are not repeated (peel)' '
+test_expect_success 'ambiguity errors are not repeated (peel)' '
        test_must_fail git rev-parse 00000^{commit} 2>stderr &&
        grep "is ambiguous" stderr >errors &&
        test_line_count = 1 errors
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguity hints' '
+test_expect_success 'ambiguity hints' '
        test_must_fail git rev-parse 000000000 2>stderr &&
        grep ^hint: stderr >hints &&
        # 16 candidates, plus one intro line
        test_line_count = 17 hints
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguity hints respect type' '
+test_expect_success 'ambiguity hints respect type' '
        test_must_fail git rev-parse 000000000^{commit} 2>stderr &&
        grep ^hint: stderr >hints &&
        # 5 commits, 1 tag (which is a committish), plus intro line
        test_line_count = 7 hints
 '
 
-test_expect_success C_LOCALE_OUTPUT 'failed type-selector still shows hint' '
+test_expect_success 'failed type-selector still shows hint' '
        # these two blobs share the same prefix "ee3d", but neither
        # will pass for a commit
        echo 851 | git hash-object --stdin -w &&
@@ -370,7 +370,7 @@ test_expect_success 'core.disambiguate does not override context' '
                git -c core.disambiguate=committish rev-parse $sha1^{tree}
 '
 
-test_expect_success C_LOCALE_OUTPUT 'ambiguous commits are printed by type first, then hash order' '
+test_expect_success 'ambiguous commits are printed by type first, then hash order' '
        test_must_fail git rev-parse 0000 2>stderr &&
        grep ^hint: stderr >hints &&
        grep 0000 hints >objects &&
index b7c31aa86a11ffbecd7c82a3ab3e920105caf71f..c9b9e718b89403012b8ce555b474698b8d567140 100755 (executable)
@@ -18,7 +18,7 @@ test_expect_success 'bogus GIT_INDEX_VERSION issues warning' '
                        warning: GIT_INDEX_VERSION set, but the value is invalid.
                        Using version Z
                EOF
-               test_i18ncmp expect.err actual.err
+               test_cmp expect.err actual.err
        )
 '
 
@@ -32,7 +32,7 @@ test_expect_success 'out of bounds GIT_INDEX_VERSION issues warning' '
                        warning: GIT_INDEX_VERSION set, but the value is invalid.
                        Using version Z
                EOF
-               test_i18ncmp expect.err actual.err
+               test_cmp expect.err actual.err
        )
 '
 
@@ -55,7 +55,7 @@ test_expect_success 'out of bounds index.version issues warning' '
                        warning: index.version set, but the value is invalid.
                        Using version Z
                EOF
-               test_i18ncmp expect.err actual.err
+               test_cmp expect.err actual.err
        )
 '
 
index 5f761bc616ee5871055d6beed29e768b328f6827..93be1c0eae5ead7eeb4f37dab01dbc1c1fbacdba 100755 (executable)
@@ -150,7 +150,7 @@ test_expect_success 'checkout -b to @{-1} fails with the right branch name' '
        git checkout branch2 &&
        echo  >expect "fatal: A branch named '\''branch1'\'' already exists." &&
        test_must_fail git checkout -b @{-1} 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'checkout -B to an existing branch resets branch to HEAD' '
index b432b6427b62538580b5833188b0d211c748545e..bc46713a43e24193bae9a4be204455eb5c066501 100755 (executable)
@@ -163,7 +163,7 @@ test_expect_success 'tracking count is accurate after orphan check' '
        git config branch.child.merge refs/heads/main &&
        git checkout child^ &&
        git checkout child >stdout &&
-       test_i18ncmp expect stdout
+       test_cmp expect stdout
 '
 
 test_expect_success 'no advice given for explicit detached head state' '
@@ -237,15 +237,15 @@ test_expect_success 'describe_detached_head prints no SHA-1 ellipsis when not as
        sane_unset GIT_PRINT_SHA1_ELLIPSIS &&
        git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 1st_detach actual &&
+       test_cmp 1st_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS="no" git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 2nd_detach actual &&
+       test_cmp 2nd_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS= git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 3rd_detach actual &&
+       test_cmp 3rd_detach actual &&
 
        sane_unset GIT_PRINT_SHA1_ELLIPSIS &&
 
@@ -256,17 +256,17 @@ test_expect_success 'describe_detached_head prints no SHA-1 ellipsis when not as
        # Make no mention of the env var at all
        git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 1st_detach actual &&
+       test_cmp 1st_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS='nope' &&
        git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 2nd_detach actual &&
+       test_cmp 2nd_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS=nein &&
        git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 3rd_detach actual &&
+       test_cmp 3rd_detach actual &&
 
        true
 "
@@ -319,15 +319,15 @@ test_expect_success 'describe_detached_head does print SHA-1 ellipsis when asked
 
        GIT_PRINT_SHA1_ELLIPSIS=yes git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 1st_detach actual &&
+       test_cmp 1st_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS=Yes git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 2nd_detach actual &&
+       test_cmp 2nd_detach actual &&
 
        GIT_PRINT_SHA1_ELLIPSIS=YES git -c 'core.abbrev=12' checkout HEAD^ >actual 2>&1 &&
        check_detached &&
-       test_i18ncmp 3rd_detach actual &&
+       test_cmp 3rd_detach actual &&
 
        true
 "
index 7cb7a7038277fdf5e55e984f998d56324d7c62cd..45ca35d60ac5b750a635ef42f96275c4bb197692 100755 (executable)
@@ -135,7 +135,7 @@ test_expect_success 'add -n -u should not add but just report' '
        after=$(git ls-files -s check top) &&
 
        test "$before" = "$after" &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 
 '
 
index aff877590dfe4b98b9e8f89439b6ecd2b0af6516..a615d3b4838192af5acac8afd9a19e662553e409 100755 (executable)
@@ -23,7 +23,7 @@ test_expect_success 'prune files inside $GIT_DIR/worktrees' '
        cat >expect <<EOF &&
 Removing worktrees/abc: not a valid directory
 EOF
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        ! test -f .git/worktrees/abc &&
        ! test -d .git/worktrees
 '
@@ -35,7 +35,7 @@ test_expect_success 'prune directories without gitdir' '
 Removing worktrees/def: gitdir file does not exist
 EOF
        git worktree prune --verbose >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        ! test -d .git/worktrees/def &&
        ! test -d .git/worktrees
 '
index 42d35d9ae82f5e3084d1cc37512718565aa6c41a..fedcefe8de334f2925f0536b16fd405fecc52836 100755 (executable)
@@ -167,7 +167,7 @@ test_expect_success '"list" all worktrees --verbose with prunable' '
        rm -rf prunable &&
        git worktree list --verbose >out &&
        sed -n "s/  */ /g;/\/prunable  *[0-9a-f].*$/,/prunable: .*$/p" <out >actual &&
-       test_i18ncmp actual expect
+       test_cmp actual expect
 '
 
 test_expect_success 'bare repo setup' '
index 2ec69a8a266fa2438f960ef7d63d6517bbe61b78..727e9ae1a449ee4f105fe234b5041c6fbc397b45 100755 (executable)
@@ -46,7 +46,7 @@ test_expect_success 'ls-files -c' '
                ls ../x* >expect.out &&
                test_must_fail git ls-files -c --error-unmatch ../[xy]* >actual.out 2>actual.err &&
                test_cmp expect.out actual.out &&
-               test_i18ncmp expect.err actual.err
+               test_cmp expect.err actual.err
        )
 '
 
@@ -61,7 +61,7 @@ test_expect_success 'ls-files -o' '
                ls ../y* >expect.out &&
                test_must_fail git ls-files -o --error-unmatch ../[xy]* >actual.out 2>actual.err &&
                test_cmp expect.out actual.out &&
-               test_i18ncmp expect.err actual.err
+               test_cmp expect.err actual.err
        )
 '
 
index 00761e408015ddf60e1ce2cd5ab18032f79e3c68..cc4b10236e2c8335465185cff84105208b807aa9 100755 (executable)
@@ -695,7 +695,7 @@ test_expect_success 'deleting a symref' '
        git branch -d symref >actual &&
        test_path_is_file .git/refs/heads/target &&
        test_path_is_missing .git/refs/heads/symref &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'deleting a dangling symref' '
@@ -704,7 +704,7 @@ test_expect_success 'deleting a dangling symref' '
        echo "Deleted branch dangling-symref (was nowhere)." >expect &&
        git branch -d dangling-symref >actual &&
        test_path_is_missing .git/refs/heads/dangling-symref &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'deleting a self-referential symref' '
@@ -713,7 +713,7 @@ test_expect_success 'deleting a self-referential symref' '
        echo "Deleted branch self-reference (was refs/heads/self-reference)." >expect &&
        git branch -d self-reference >actual &&
        test_path_is_missing .git/refs/heads/self-reference &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'renaming a symref is not allowed' '
@@ -808,7 +808,7 @@ test_expect_success 'test deleting branch without config' '
        sha1=$(git rev-parse my7 | cut -c 1-7) &&
        echo "Deleted branch my7 (was $sha1)." >expect &&
        git branch -d my7 >actual 2>&1 &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'deleting currently checked out branch fails' '
@@ -843,7 +843,7 @@ test_expect_success 'branch from tag w/--track causes failure' '
 test_expect_success '--set-upstream-to fails on multiple branches' '
        echo "fatal: too many arguments to set new upstream" >expect &&
        test_must_fail git branch --set-upstream-to main a b c 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--set-upstream-to fails on detached HEAD' '
@@ -851,13 +851,13 @@ test_expect_success '--set-upstream-to fails on detached HEAD' '
        test_when_finished git checkout - &&
        echo "fatal: could not set upstream of HEAD to main when it does not point to any branch." >expect &&
        test_must_fail git branch --set-upstream-to main 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--set-upstream-to fails on a missing dst branch' '
        echo "fatal: branch '"'"'does-not-exist'"'"' does not exist" >expect &&
        test_must_fail git branch --set-upstream-to main does-not-exist 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--set-upstream-to fails on a missing src branch' '
@@ -868,7 +868,7 @@ test_expect_success '--set-upstream-to fails on a missing src branch' '
 test_expect_success '--set-upstream-to fails on a non-ref' '
        echo "fatal: Cannot setup tracking information; starting point '"'"'HEAD^{}'"'"' is not a branch." >expect &&
        test_must_fail git branch --set-upstream-to HEAD^{} 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--set-upstream-to fails on locked config' '
@@ -899,7 +899,7 @@ test_expect_success 'use --set-upstream-to modify a particular branch' '
 test_expect_success '--unset-upstream should fail if given a non-existent branch' '
        echo "fatal: Branch '"'"'i-dont-exist'"'"' has no upstream information" >expect &&
        test_must_fail git branch --unset-upstream i-dont-exist 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--unset-upstream should fail if config is locked' '
@@ -921,13 +921,13 @@ test_expect_success 'test --unset-upstream on HEAD' '
        # fail for a branch without upstream set
        echo "fatal: Branch '"'"'main'"'"' has no upstream information" >expect &&
        test_must_fail git branch --unset-upstream 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--unset-upstream should fail on multiple branches' '
        echo "fatal: too many arguments to unset upstream" >expect &&
        test_must_fail git branch --unset-upstream a b c 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success '--unset-upstream should fail on detached HEAD' '
@@ -935,7 +935,7 @@ test_expect_success '--unset-upstream should fail on detached HEAD' '
        test_when_finished git checkout - &&
        echo "fatal: could not unset upstream of HEAD when it does not point to any branch." >expect &&
        test_must_fail git branch --unset-upstream 2>err &&
-       test_i18ncmp expect err
+       test_cmp expect err
 '
 
 test_expect_success 'test --unset-upstream on a particular branch' '
@@ -957,7 +957,7 @@ test_expect_success '--set-upstream-to notices an error to set branch as own ups
        EOF
        test_expect_code 1 git config branch.my13.remote &&
        test_expect_code 1 git config branch.my13.merge &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 # Keep this test last, as it changes the current branch
index 578b5f48255deb3f1ef547a224a7c6169f2251fc..349a810cee11df36dda3c8ed4bbca3df58040001 100755 (executable)
@@ -264,7 +264,7 @@ test_expect_success 'branch --merged with --verbose' '
        * topic $(git rev-parse --short topic ) [ahead 1] foo
          zzz   $(git rev-parse --short zzz   ) second on main
        EOF
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index b6fcd017afe9d9bdcb470071b849d69322ba5443..5325b9f67a00783974c34b4ac88431b903b3ccec 100755 (executable)
@@ -160,7 +160,7 @@ test_expect_success 'git branch shows detached HEAD properly' '
 EOF
        git checkout HEAD^0 &&
        git branch >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch shows detached HEAD properly after checkout --detach' '
@@ -173,7 +173,7 @@ test_expect_success 'git branch shows detached HEAD properly after checkout --de
 EOF
        git checkout --detach &&
        git branch >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch shows detached HEAD properly after moving' '
@@ -185,7 +185,7 @@ test_expect_success 'git branch shows detached HEAD properly after moving' '
 EOF
        git reset --hard HEAD^1 &&
        git branch >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch shows detached HEAD properly from tag' '
@@ -198,7 +198,7 @@ EOF
        git tag fromtag main &&
        git checkout fromtag &&
        git branch >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch shows detached HEAD properly after moving from tag' '
@@ -210,7 +210,7 @@ test_expect_success 'git branch shows detached HEAD properly after moving from t
 EOF
        git reset --hard HEAD^1 &&
        git branch >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch `--sort=[-]objectsize` option' '
@@ -221,7 +221,7 @@ test_expect_success 'git branch `--sort=[-]objectsize` option' '
          main
        EOF
        git branch --sort=objectsize >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        cat >expect <<-\EOF &&
        * (HEAD detached from fromtag)
@@ -230,7 +230,7 @@ test_expect_success 'git branch `--sort=[-]objectsize` option' '
          branch-two
        EOF
        git branch --sort=-objectsize >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch `--sort=[-]type` option' '
@@ -241,7 +241,7 @@ test_expect_success 'git branch `--sort=[-]type` option' '
          main
        EOF
        git branch --sort=type >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        cat >expect <<-\EOF &&
        * (HEAD detached from fromtag)
@@ -250,7 +250,7 @@ test_expect_success 'git branch `--sort=[-]type` option' '
          main
        EOF
        git branch --sort=-type >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch `--sort=[-]version:refname` option' '
@@ -261,7 +261,7 @@ test_expect_success 'git branch `--sort=[-]version:refname` option' '
          main
        EOF
        git branch --sort=version:refname >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        cat >expect <<-\EOF &&
        * (HEAD detached from fromtag)
@@ -270,7 +270,7 @@ test_expect_success 'git branch `--sort=[-]version:refname` option' '
          branch-one
        EOF
        git branch --sort=-version:refname >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git branch --points-at option' '
@@ -337,7 +337,7 @@ test_expect_success 'git branch --format option' '
        Refname is refs/heads/ref-to-remote
        EOF
        git branch --format="Refname is %(refname)" >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'worktree colors correct' '
@@ -355,7 +355,7 @@ test_expect_success 'worktree colors correct' '
        rm -r worktree_dir &&
        git worktree prune &&
        test_decode_color <actual.raw >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success "set up color tests" '
@@ -398,7 +398,7 @@ test_expect_success 'verbose output lists worktree path' '
        git branch -vv >actual &&
        rm -r worktree_dir &&
        git worktree prune &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index 04de03cad0a7466106a125205742b5feea1b1e2f..f5bf16abcd8ce2aae5929129913cbb8927b06539 100755 (executable)
@@ -181,7 +181,7 @@ test_expect_success 'diffstat for rename quotes funny filename' '
        git diff-index -M -p $t0 >diff &&
        git apply --stat <diff >diffstat &&
        sed -e "s/|.*//" -e "s/ *\$//" <diffstat >current &&
-       test_i18ncmp expected current
+       test_cmp expected current
 '
 
 test_expect_success 'numstat for rename quotes funny filename' '
index 5e88a10f8d770ff53e05a4005bd4aa6d7b90918c..587b408063a8f705124fa44855f15cdd4c873a4c 100755 (executable)
@@ -113,7 +113,7 @@ test_expect_success 'rebase off of the previous branch using "-"' '
        test_cmp expect.forkpoint actual.forkpoint &&
        # the next one is dubious---we may want to say "-",
        # instead of @{-1}, in the message
-       test_i18ncmp expect.messages actual.messages
+       test_cmp expect.messages actual.messages
 '
 
 test_expect_success 'rebase a single mode change' '
index 28c2d15d8071207234e2f3a137346097e2d7af34..66bcbbf9528cec9e372f39be80e23fa789aabbd2 100755 (executable)
@@ -86,7 +86,7 @@ test_expect_success 'rebase -i with empty todo list' '
                        git rebase -i HEAD^ >output 2>&1
        ) &&
        tail -n 1 output >actual &&  # Ignore output about changing todo list
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rebase -i with the exec command' '
@@ -159,9 +159,9 @@ test_expect_success 'rebase -x with empty command fails' '
        test_when_finished "git rebase --abort ||:" &&
        test_must_fail env git rebase -x "" @ 2>actual &&
        test_write_lines "error: empty exec command" >expected &&
-       test_i18ncmp expected actual &&
+       test_cmp expected actual &&
        test_must_fail env git rebase -x " " @ 2>actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'rebase -x with newline in command fails' '
@@ -169,7 +169,7 @@ test_expect_success 'rebase -x with newline in command fails' '
        test_must_fail env git rebase -x "a${LF}b" @ 2>actual &&
        test_write_lines "error: exec commands cannot contain newlines" \
                         >expected &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'rebase -i with exec of inexistent command' '
@@ -451,7 +451,7 @@ test_expect_success 'verbose flag is heeded, even after --continue' '
        grep "^ file1 | 2 +-$" output
 '
 
-test_expect_success C_LOCALE_OUTPUT 'multi-squash only fires up editor once' '
+test_expect_success 'multi-squash only fires up editor once' '
        base=$(git rev-parse HEAD~4) &&
        (
                set_fake_editor &&
@@ -464,7 +464,7 @@ test_expect_success C_LOCALE_OUTPUT 'multi-squash only fires up editor once' '
        test 1 = $(git show | grep ONCE | wc -l)
 '
 
-test_expect_success C_LOCALE_OUTPUT 'multi-fixup does not fire up editor' '
+test_expect_success 'multi-fixup does not fire up editor' '
        git checkout -b multi-fixup E &&
        base=$(git rev-parse HEAD~4) &&
        (
@@ -515,7 +515,7 @@ test_expect_success 'commit message retained after conflict' '
        git branch -D conflict-squash
 '
 
-test_expect_success C_LOCALE_OUTPUT 'squash and fixup generate correct log messages' '
+test_expect_success 'squash and fixup generate correct log messages' '
        cat >expect-squash-fixup <<-\EOF &&
        B
 
@@ -542,7 +542,7 @@ test_expect_success C_LOCALE_OUTPUT 'squash and fixup generate correct log messa
        git branch -D squash-fixup
 '
 
-test_expect_success C_LOCALE_OUTPUT 'squash ignores comments' '
+test_expect_success 'squash ignores comments' '
        git checkout -b skip-comments E &&
        base=$(git rev-parse HEAD~4) &&
        (
@@ -558,7 +558,7 @@ test_expect_success C_LOCALE_OUTPUT 'squash ignores comments' '
        git branch -D skip-comments
 '
 
-test_expect_success C_LOCALE_OUTPUT 'squash ignores blank lines' '
+test_expect_success 'squash ignores blank lines' '
        git checkout -b skip-blank-lines E &&
        base=$(git rev-parse HEAD~4) &&
        (
@@ -996,7 +996,7 @@ test_expect_success 'rebase -ix with several instances of --exec' '
        test_cmp expected actual
 '
 
-test_expect_success C_LOCALE_OUTPUT 'rebase -ix with --autosquash' '
+test_expect_success 'rebase -ix with --autosquash' '
        git reset --hard execute &&
        git checkout -b autosquash &&
        echo second >second.txt &&
@@ -1137,7 +1137,7 @@ test_expect_success 'rebase -i --root reword root when root has untracked file c
        test "$(git rev-list --count HEAD)" = 2
 '
 
-test_expect_success C_LOCALE_OUTPUT 'rebase --edit-todo does not work on non-interactive rebase' '
+test_expect_success 'rebase --edit-todo does not work on non-interactive rebase' '
        git checkout reword-original-root-branch &&
        git reset --hard &&
        git checkout conflict-branch &&
@@ -1466,7 +1466,7 @@ test_expect_success 'rebase -i respects rebase.missingCommitsCheck = warn' '
                FAKE_LINES="1 2 3 4" git rebase -i --root 2>actual.2
        ) &&
        head -n4 actual.2 >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        test D = $(git cat-file commit HEAD | sed -ne \$p)
 '
 
@@ -1490,7 +1490,7 @@ test_expect_success 'rebase -i respects rebase.missingCommitsCheck = error' '
                set_fake_editor &&
                test_must_fail env FAKE_LINES="1 2 4" \
                        git rebase -i --root 2>actual &&
-               test_i18ncmp expect actual &&
+               test_cmp expect actual &&
                cp .git/rebase-merge/git-rebase-todo.backup \
                        .git/rebase-merge/git-rebase-todo &&
                FAKE_LINES="1 2 drop 3 4 drop 5" git rebase --edit-todo
@@ -1536,11 +1536,11 @@ test_expect_success 'rebase --edit-todo respects rebase.missingCommitsCheck = wa
                cp .git/rebase-merge/git-rebase-todo.backup orig &&
                FAKE_LINES="2 3 4" git rebase --edit-todo 2>actual.2 &&
                head -n6 actual.2 >actual &&
-               test_i18ncmp expect actual &&
+               test_cmp expect actual &&
                cp orig .git/rebase-merge/git-rebase-todo &&
                FAKE_LINES="1 2 3 4" git rebase --edit-todo 2>actual.2 &&
                head -n4 actual.2 >actual &&
-               test_i18ncmp expect.3 actual &&
+               test_cmp expect.3 actual &&
                git rebase --continue 2>actual
        ) &&
        test D = $(git cat-file commit HEAD | sed -ne \$p) &&
@@ -1576,16 +1576,16 @@ test_expect_success 'rebase --edit-todo respects rebase.missingCommitsCheck = er
                cp .git/rebase-merge/git-rebase-todo.backup orig &&
                test_must_fail env FAKE_LINES="2 3 4" \
                        git rebase --edit-todo 2>actual &&
-               test_i18ncmp expect actual &&
+               test_cmp expect actual &&
                test_must_fail git rebase --continue 2>actual &&
-               test_i18ncmp expect.2 actual &&
+               test_cmp expect.2 actual &&
                test_must_fail git rebase --edit-todo &&
                cp orig .git/rebase-merge/git-rebase-todo &&
                test_must_fail env FAKE_LINES="1 2 3 4" \
                        git rebase --edit-todo 2>actual &&
-               test_i18ncmp expect.3 actual &&
+               test_cmp expect.3 actual &&
                test_must_fail git rebase --continue 2>actual &&
-               test_i18ncmp expect.3 actual &&
+               test_cmp expect.3 actual &&
                cp orig .git/rebase-merge/git-rebase-todo &&
                FAKE_LINES="1 2 3 4 drop 5" git rebase --edit-todo &&
                git rebase --continue 2>actual
index 36f169d7f15559c0e7cd129365e404ec5ad99b03..908016c2f883e393b0d5da97d6183c3edab6a035 100755 (executable)
@@ -306,23 +306,23 @@ test_auto_fixup_fixup () {
        fi
 }
 
-test_expect_success C_LOCALE_OUTPUT 'fixup! fixup!' '
+test_expect_success 'fixup! fixup!' '
        test_auto_fixup_fixup fixup fixup
 '
 
-test_expect_success C_LOCALE_OUTPUT 'fixup! squash!' '
+test_expect_success 'fixup! squash!' '
        test_auto_fixup_fixup fixup squash
 '
 
-test_expect_success C_LOCALE_OUTPUT 'squash! squash!' '
+test_expect_success 'squash! squash!' '
        test_auto_fixup_fixup squash squash
 '
 
-test_expect_success C_LOCALE_OUTPUT 'squash! fixup!' '
+test_expect_success 'squash! fixup!' '
        test_auto_fixup_fixup squash fixup
 '
 
-test_expect_success C_LOCALE_OUTPUT 'autosquash with custom inst format' '
+test_expect_success 'autosquash with custom inst format' '
        git reset --hard base &&
        git config --add rebase.instructionFormat "[%an @ %ar] %s"  &&
        echo 2 >file1 &&
index 4caa014c71c442f181b2668a3690c4e6ce1806db..43fcb68f27e439b5542e82a85bc77e401adc6e98 100755 (executable)
@@ -110,7 +110,7 @@ testrebase () {
                fi &&
                create_expected_success_$suffix &&
                sed "$remove_progress_re" <actual >actual2 &&
-               test_i18ncmp expected actual2
+               test_cmp expected actual2
        '
 
        test_expect_success "rebase$type: dirty index, non-conflicting rebase" '
@@ -231,7 +231,7 @@ testrebase () {
                fi &&
                create_expected_failure_$suffix &&
                sed "$remove_progress_re" <actual >actual2 &&
-               test_i18ncmp expected actual2
+               test_cmp expected actual2
        '
 }
 
index 9198535874c9788df49b6ad71183b5372d44eacd..4581ae98b87cf1f05d018cfc07599e8e26d256da 100755 (executable)
@@ -74,10 +74,10 @@ test_expect_success 'cherry-pick --continue rejects --rerere-autoupdate' '
        git diff-files --quiet &&
        test_must_fail git cherry-pick --continue --rerere-autoupdate >actual 2>&1 &&
        echo "fatal: cherry-pick: --rerere-autoupdate cannot be used with --continue" >expect &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        test_must_fail git cherry-pick --continue --no-rerere-autoupdate >actual 2>&1 &&
        echo "fatal: cherry-pick: --no-rerere-autoupdate cannot be used with --continue" >expect &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        git cherry-pick --abort
 '
 
index 5f4564c830682223187f160b343a1a8604a49018..014001b8f325c0f1d8b140e7828332bb15610574 100755 (executable)
@@ -59,7 +59,7 @@ test_expect_success 'advice from failed cherry-pick' "
        EOF
        test_must_fail git cherry-pick picked 2>actual &&
 
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 test_expect_success 'advice from failed cherry-pick --no-commit' "
@@ -73,7 +73,7 @@ test_expect_success 'advice from failed cherry-pick --no-commit' "
        EOF
        test_must_fail git cherry-pick --no-commit picked 2>actual &&
 
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 test_expect_success 'failed cherry-pick sets CHERRY_PICK_HEAD' '
@@ -256,7 +256,7 @@ test_expect_success \
 
        test_must_fail git cherry-pick picked &&
 
-       test_i18ncmp expected .git/MERGE_MSG
+       test_cmp expected .git/MERGE_MSG
 '
 
 test_expect_success \
@@ -276,7 +276,7 @@ test_expect_success \
 
        test_must_fail git cherry-pick --cleanup=scissors picked &&
 
-       test_i18ncmp expected .git/MERGE_MSG
+       test_cmp expected .git/MERGE_MSG
 '
 
 test_expect_success 'failed cherry-pick describes conflict in work tree' '
@@ -465,7 +465,7 @@ test_expect_success \
        test_must_fail git revert picked &&
 
        sed "s/$OID_REGEX/OBJID/" .git/MERGE_MSG >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success \
@@ -488,7 +488,7 @@ test_expect_success \
        test_must_fail git revert --cleanup=scissors picked &&
 
        sed "s/$OID_REGEX/OBJID/" .git/MERGE_MSG >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'failed cherry-pick does not forget -s' '
index ec7a2c9fcfa2f2636c428ed78b12050cfa733d46..e8375d1c970e3313302a2580d742f1e88732070c 100755 (executable)
@@ -86,7 +86,7 @@ test_expect_success 'output to keep user entertained during multi-pick' '
        git cherry-pick first..fourth >actual &&
        sed -e "s/$_x05[0-9a-f][0-9a-f]/OBJID/" <actual >actual.fuzzy &&
        test_line_count -ge 3 actual.fuzzy &&
-       test_i18ncmp expected actual.fuzzy
+       test_cmp expected actual.fuzzy
 '
 
 test_expect_success 'cherry-pick --strategy resolve first..fourth works' '
@@ -123,7 +123,7 @@ test_expect_success 'output during multi-pick indicates merge strategy' '
        test_tick &&
        git cherry-pick --strategy resolve first..fourth >actual &&
        sed -e "s/$_x05[0-9a-f][0-9a-f]/OBJID/" <actual >actual.fuzzy &&
-       test_i18ncmp expected actual.fuzzy
+       test_cmp expected actual.fuzzy
 '
 
 test_expect_success 'cherry-pick --ff first..fourth works' '
index 5b94fdaa6713a2bcf7958d6630925a09fea05ed6..b76cb6de91d0dd67bb242fcad1bc88b4c8a4901f 100755 (executable)
@@ -170,7 +170,7 @@ test_expect_success 'check advice when we move HEAD by committing' '
        git commit -a &&
        test_path_is_missing .git/CHERRY_PICK_HEAD &&
        test_must_fail git cherry-pick --skip 2>advice &&
-       test_i18ncmp expect advice
+       test_cmp expect advice
 '
 
 test_expect_success 'selectively advise --skip while launching another sequence' '
@@ -182,7 +182,7 @@ test_expect_success 'selectively advise --skip while launching another sequence'
        EOF
        test_must_fail git cherry-pick picked..yetanotherpick &&
        test_must_fail git cherry-pick picked..yetanotherpick 2>advice &&
-       test_i18ncmp expect advice &&
+       test_cmp expect advice &&
        cat >expect <<-EOF &&
        error: cherry-pick is already in progress
        hint: try "git cherry-pick (--continue | --abort | --quit)"
@@ -190,7 +190,7 @@ test_expect_success 'selectively advise --skip while launching another sequence'
        EOF
        git reset --merge &&
        test_must_fail git cherry-pick picked..yetanotherpick 2>advice &&
-       test_i18ncmp expect advice
+       test_cmp expect advice
 '
 
 test_expect_success 'allow skipping commit but not abort for a new history' '
@@ -204,7 +204,7 @@ test_expect_success 'allow skipping commit but not abort for a new history' '
        test_must_fail git cherry-pick anotherpick &&
        test_must_fail git cherry-pick --abort 2>advice &&
        git cherry-pick --skip &&
-       test_i18ncmp expect advice
+       test_cmp expect advice
 '
 
 test_expect_success 'allow skipping stopped cherry-pick because of untracked file modifications' '
index 7547f11a5c760726c2777e2dde33abe37b6fc3ac..bb9ef35dac082e396d5cbcbdc83bc5394fb95a7c 100755 (executable)
@@ -454,7 +454,7 @@ test_expect_success 'rm issues a warning when section is not found in .gitmodule
        git add .gitmodules &&
        echo "warning: Could not find section in .gitmodules where path=submod" >expect.err &&
        git rm submod >actual 2>actual.err &&
-       test_i18ncmp expect.err actual.err &&
+       test_cmp expect.err actual.err &&
        test_path_is_missing submod &&
        test_path_is_missing submod/.git &&
        git status -s -uno >actual &&
@@ -824,7 +824,7 @@ test_expect_success 'rm files with different staged content' '
        echo content1 >foo.txt &&
        echo content1 >bar.txt &&
        test_must_fail git rm foo.txt bar.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm files with different staged content without hints' '
@@ -837,7 +837,7 @@ test_expect_success 'rm files with different staged content without hints' '
        echo content2 >foo.txt &&
        echo content2 >bar.txt &&
        test_must_fail git -c advice.rmhints=false rm foo.txt bar.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm file with local modification' '
@@ -849,7 +849,7 @@ test_expect_success 'rm file with local modification' '
        git commit -m "testing rm 3" &&
        echo content3 >foo.txt &&
        test_must_fail git rm foo.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm file with local modification without hints' '
@@ -859,7 +859,7 @@ test_expect_success 'rm file with local modification without hints' '
        EOF
        echo content4 >bar.txt &&
        test_must_fail git -c advice.rmhints=false rm bar.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm file with changes in the index' '
@@ -872,7 +872,7 @@ test_expect_success 'rm file with changes in the index' '
        echo content5 >foo.txt &&
        git add foo.txt &&
        test_must_fail git rm foo.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm file with changes in the index without hints' '
@@ -881,7 +881,7 @@ test_expect_success 'rm file with changes in the index without hints' '
            foo.txt
        EOF
        test_must_fail git -c advice.rmhints=false rm foo.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm files with two different errors' '
@@ -900,7 +900,7 @@ test_expect_success 'rm files with two different errors' '
        echo content6 >bar1.txt &&
        git add bar1.txt &&
        test_must_fail git rm bar1.txt foo1.txt 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'rm empty string should fail' '
index b7d4ba608cbc96998fdac714ebb53a0f53c46f9e..dda84004f96fa89c17f4226072d978a7a1f2c84c 100755 (executable)
@@ -304,7 +304,7 @@ test_expect_success 'error on a repository with no commits' '
        error: '"'empty/'"' does not have a commit checked out
        fatal: adding files failed
        EOF
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'git add --dry-run of existing changed file' "
@@ -320,7 +320,7 @@ test_expect_success 'git add --dry-run of non-existing file' "
 
 test_expect_success 'git add --dry-run of an existing file output' "
        echo \"fatal: pathspec 'ignored-file' did not match any files\" >expect &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 "
 
 cat >expect.err <<\EOF
@@ -339,8 +339,8 @@ test_expect_success 'git add --dry-run --ignore-missing of non-existing file' '
 '
 
 test_expect_success 'git add --dry-run --ignore-missing of non-existing file output' '
-       test_i18ncmp expect.out actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.out actual.out &&
+       test_cmp expect.err actual.err
 '
 
 test_expect_success 'git add empty string should fail' '
index b2f90997dbc0457b8d06563977e2d7f4b1fc345d..207714655f283971f791b4ab2426aa0d7b910080 100755 (executable)
@@ -370,7 +370,7 @@ test_expect_success 'setup expected' '
 '
 
 # Test splitting the first patch, then adding both
-test_expect_success C_LOCALE_OUTPUT 'add first line works' '
+test_expect_success 'add first line works' '
        git commit -am "clear local changes" &&
        git apply patch &&
        printf "%s\n" s y y | git add -p file 2>error |
@@ -974,7 +974,7 @@ test_expect_success 'show help from add--helper' '
        EOF
        test_write_lines h | force_color git add -i >actual.colored &&
        test_decode_color <actual.colored >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index 86bfeb271ecb616d64cf483d8a46e33fa55ecc7b..60a666da595cf359b9132fb359960e43ea7e2f41 100755 (executable)
@@ -13,13 +13,11 @@ test_description='git mktag: tag object verify test'
 
 check_verify_failure () {
        test_expect_success "$1" "
-               test_must_fail env GIT_TEST_GETTEXT_POISON=false \
-                       git mktag <tag.sig 2>message &&
+               test_must_fail git mktag <tag.sig 2>message &&
                grep '$2' message &&
                if test '$3' != '--no-strict'
                then
-                       test_must_fail env GIT_TEST_GETTEXT_POISON=false \
-                               git mktag --no-strict <tag.sig 2>message.no-strict &&
+                       test_must_fail git mktag --no-strict <tag.sig 2>message.no-strict &&xb
                        grep '$2' message.no-strict
                fi
        "
@@ -443,11 +441,9 @@ test_expect_success 'invalid header entry config & fsck' '
        git -c fsck.extraHeaderEntry=ignore mktag --no-strict <tag.sig &&
 
        git fsck &&
-       env GIT_TEST_GETTEXT_POISON=false \
-               git -c fsck.extraHeaderEntry=warn fsck 2>err &&
+       git -c fsck.extraHeaderEntry=warn fsck 2>err &&
        grep "warning .*extraHeaderEntry:" err &&
-       test_must_fail env GIT_TEST_GETTEXT_POISON=false \
-               git -c fsck.extraHeaderEntry=error 2>err fsck &&
+       test_must_fail git -c fsck.extraHeaderEntry=error 2>err fsck &&
        grep "error .* extraHeaderEntry:" err
 '
 
index 84b039e5739378fd6ef1365d643304b862a7b95a..5f282ecf6175d381242b13178b9088a76cd28805 100755 (executable)
@@ -564,7 +564,7 @@ test_expect_success 'stash show format defaults to --stat' '
         1 file changed, 1 insertion(+)
        EOF
        git stash show ${STASH_ID} >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'stash show - stashes on stack, stash-like argument' '
@@ -792,7 +792,7 @@ test_expect_success 'apply: show same status as git status (relative to ./)' '
                git stash apply
        ) |
        sed -e 1d >actual && # drop "Saved..."
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<EOF
@@ -1114,7 +1114,7 @@ test_expect_success 'stash push -p with pathspec shows no changes only once' '
        git stash push -p foo >actual &&
        echo "No local changes to save" >expect &&
        git reset --hard HEAD~ &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'push <pathspec>: show no changes when there are none' '
@@ -1124,7 +1124,7 @@ test_expect_success 'push <pathspec>: show no changes when there are none' '
        git stash push foo >actual &&
        echo "No local changes to save" >expect &&
        git reset --hard HEAD~ &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'push: <pathspec> not in the repository errors out' '
index b26a97aef46e5846edb25228a1f6472f72964853..598b17f6d4de87f566f5f8d2cde2ac3e43b5c427 100755 (executable)
@@ -288,7 +288,7 @@ test_expect_success 'stash -u -- <ignored> leaves ignored file alone' '
 test_expect_success 'stash -u -- <non-existent> shows no changes when there are none' '
        git stash push -u -- non-existent >actual &&
        echo "No local changes to save" >expect &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'stash -u with globs' '
index 03489aff14ea72921f66605eeac3ccddd694e923..275ce5fa15be18de8a5badbb49ac617eee538bf0 100755 (executable)
@@ -39,13 +39,13 @@ test_expect_success '--stat output after text chmod' '
         1 file changed, 0 insertions(+), 0 deletions(-)
        EOF
        git diff HEAD --stat >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success '--shortstat output after text chmod' '
        tail -n 1 <expect >expect.short &&
        git diff HEAD --shortstat >actual &&
-       test_i18ncmp expect.short actual
+       test_cmp expect.short actual
 '
 
 test_expect_success '--stat output after binary chmod' '
@@ -56,13 +56,13 @@ test_expect_success '--stat output after binary chmod' '
         2 files changed, 0 insertions(+), 0 deletions(-)
        EOF
        git diff HEAD --stat >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success '--shortstat output after binary chmod' '
        tail -n 1 <expect >expect.short &&
        git diff HEAD --shortstat >actual &&
-       test_i18ncmp expect.short actual
+       test_cmp expect.short actual
 '
 
 test_done
index 6579c81216a9b2e7dc6f2457cc46003dd905aa30..33ff588ebca03807da91c4a786df76c03fb9bff7 100755 (executable)
@@ -34,19 +34,19 @@ EOF
 test_expect_success 'apply --stat output for binary file change' '
        git diff >diff &&
        git apply --stat --summary <diff >current &&
-       test_i18ncmp expected current
+       test_cmp expected current
 '
 
 test_expect_success 'diff --shortstat output for binary file change' '
        tail -n 1 expected >expect &&
        git diff --shortstat >current &&
-       test_i18ncmp expect current
+       test_cmp expect current
 '
 
 test_expect_success 'diff --shortstat output for binary file change only' '
        echo " 1 file changed, 0 insertions(+), 0 deletions(-)" >expected &&
        git diff --shortstat -- b >current &&
-       test_i18ncmp expected current
+       test_cmp expected current
 '
 
 test_expect_success 'apply --numstat notices binary file change' '
@@ -63,7 +63,7 @@ test_expect_success 'apply --numstat understands diff --binary format' '
 
 # apply needs to be able to skip the binary material correctly
 # in order to report the line number of a corrupt patch.
-test_expect_success C_LOCALE_OUTPUT 'apply detecting corrupt patch correctly' '
+test_expect_success 'apply detecting corrupt patch correctly' '
        git diff >output &&
        sed -e "s/-CIT/xCIT/" <output >broken &&
        test_must_fail git apply --stat --summary broken 2>detected &&
@@ -73,7 +73,7 @@ test_expect_success C_LOCALE_OUTPUT 'apply detecting corrupt patch correctly' '
        test "$detected" = xCIT
 '
 
-test_expect_success C_LOCALE_OUTPUT 'apply detecting corrupt patch correctly' '
+test_expect_success 'apply detecting corrupt patch correctly' '
        git diff --binary | sed -e "s/-CIT/xCIT/" >broken &&
        test_must_fail git apply --stat --summary broken 2>detected &&
        detected=$(cat detected) &&
index fcc30d8cc26da000296682c254db4176da77e650..6cca8b84a6bf3f2098d47ab56bb9f8da0293dff5 100755 (executable)
@@ -222,7 +222,7 @@ do
                        process_diffs "$expect" >expect &&
                        case $cmd in
                        *format-patch* | *-stat*)
-                               test_i18ncmp expect actual;;
+                               test_cmp expect actual;;
                        *)
                                test_cmp expect actual;;
                        esac &&
index 66630c8413d5008caa53a2e3c36c652e61937cc5..cdd3154e702674007cef1e1a368cad0c5476c060 100755 (executable)
@@ -888,11 +888,11 @@ echo "fatal: --check does not make sense" >expect.check
 
 test_expect_success 'options no longer allowed for format-patch' '
        test_must_fail git format-patch --name-only 2>output &&
-       test_i18ncmp expect.name-only output &&
+       test_cmp expect.name-only output &&
        test_must_fail git format-patch --name-status 2>output &&
-       test_i18ncmp expect.name-status output &&
+       test_cmp expect.name-status output &&
        test_must_fail git format-patch --check 2>output &&
-       test_i18ncmp expect.check output
+       test_cmp expect.check output
 '
 
 test_expect_success 'format-patch --numstat should produce a patch' '
index 9c48e5c2c99ad1eafc343a2cf6b9eeda54f644d4..876271d6826cca4fea73e8cdb459e6983db5b209 100755 (executable)
@@ -82,7 +82,7 @@ test_expect_success 'git diff --stat -M HEAD' '
         7 files changed, 0 insertions(+), 0 deletions(-)
        EOF
        git diff --stat -M HEAD >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index 4cb9f0e523d2218566554cdccd9c2e3929f3d05b..c906320b60dcea80369c6c4ef1f6af70295713cd 100755 (executable)
@@ -139,7 +139,7 @@ EOF
 test_expect_success 'diffstat does not run textconv' '
        echo file diff=fail >.gitattributes &&
        git diff --stat HEAD^ HEAD >actual &&
-       test_i18ncmp expect.stat actual &&
+       test_cmp expect.stat actual &&
 
        head -n1 <expect.stat >expect.line1 &&
        head -n1 <actual >actual.line1 &&
index 7be1de736d86c90ac9c36ff68c0e8f4535e9bafd..61ba5f707fbd419aa3625eeedc39210f9d6d59ac 100755 (executable)
@@ -61,7 +61,7 @@ check_stat () {
        EOF
        test_expect_success "--stat $*" "
                git -C '$dir' diff --stat $* HEAD^ >actual &&
-               test_i18ncmp expected actual
+               test_cmp expected actual
        "
 }
 
index a34121740a4ab58e8abd16b3a00df5f44d2f1648..53061b104ecc1af2eebb9d79fa2af5655236471d 100755 (executable)
@@ -25,7 +25,7 @@ test_expect_success 'mode-only change show as a 0-line change' '
         4 files changed, 2 insertions(+)
        EOF
        git diff --stat --stat-count=2 HEAD >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'binary changes do not count in lines' '
@@ -40,7 +40,7 @@ test_expect_success 'binary changes do not count in lines' '
         3 files changed, 2 insertions(+)
        EOF
        git diff --stat --stat-count=2 >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'exclude unmerged entries from total file count' '
@@ -62,7 +62,7 @@ test_expect_success 'exclude unmerged entries from total file count' '
         3 files changed, 3 insertions(+)
        EOF
        git diff --stat --stat-count=2 >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index 744b8e51beab59c78807e0622f10bf421b3142ec..9b433de83630774206fb89dfae1a4396264390cc 100755 (executable)
@@ -17,13 +17,13 @@ do
        test_expect_success "$title" '
                git apply --stat --summary \
                        <"$TEST_DIRECTORY/t4100/t-apply-$num.patch" >current &&
-               test_i18ncmp "$TEST_DIRECTORY"/t4100/t-apply-$num.expect current
+               test_cmp "$TEST_DIRECTORY"/t4100/t-apply-$num.expect current
        '
 
        test_expect_success "$title with recount" '
                sed -e "$UNC" <"$TEST_DIRECTORY/t4100/t-apply-$num.patch" |
                git apply --recount --stat --summary >current &&
-               test_i18ncmp "$TEST_DIRECTORY"/t4100/t-apply-$num.expect current
+               test_cmp "$TEST_DIRECTORY"/t4100/t-apply-$num.expect current
        '
 done <<\EOF
 rename
index 99987515dc2dde28b8654ac4ccda2071ddeffc5b..2aaaa0d7dedf68934e8d5b4c6610f1a859acbb29 100755 (executable)
@@ -906,7 +906,7 @@ test_expect_success 'am empty-file does not infloop' '
        test_tick &&
        test_must_fail git am empty-file 2>actual &&
        echo Patch format detection failed. >expected &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'am --message-id really adds the message id' '
index 8ea22d1bcbb8340d32fe87f299a77c98362c3797..b7c3861407d026e7064dbab0237bfa709859c462 100755 (executable)
@@ -61,7 +61,7 @@ test_expect_success '--no-quiet overrides --quiet' '
        # Applying side2 will be quiet.
        git am --no-quiet --continue >out &&
        echo "Applying: side1" >expected &&
-       test_i18ncmp expected out
+       test_cmp expected out
 '
 
 test_expect_success '--signoff overrides --no-signoff' '
index 749bc1431ac26660a477ad33364feba62c426956..85432b80ff52a7014be3c3912c38163e989adc70 100755 (executable)
@@ -123,10 +123,10 @@ test_expect_success 'NUL separation with --stat' '
        stat1_part=$(git diff-tree --no-commit-id --stat --root HEAD^) &&
        printf "add bar\n$stat0_part\n\0$(commit_msg)\n$stat1_part\n" >expected &&
        git log -z --stat --pretty="format:%s" >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
-test_expect_failure C_LOCALE_OUTPUT 'NUL termination with --stat' '
+test_expect_failure 'NUL termination with --stat' '
        stat0_part=$(git diff --stat HEAD^ HEAD) &&
        stat1_part=$(git diff-tree --no-commit-id --stat --root HEAD^) &&
        printf "add bar\n$stat0_part\n\0$(commit_msg)\n$stat1_part\n0" >expected &&
index daf01c309d03203026d27f2ff978974053e8eeee..54be7da1611212143d843d175bf48f73bb83b417 100755 (executable)
@@ -60,7 +60,7 @@ test_expect_success 'try to apply corrupted patch' '
        test_must_fail git -c advice.amWorkDir=false am bad-patch.diff 2>actual &&
        echo "error: git diff header lacks filename information (line 4)" >expected &&
        test_path_is_file f &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success "NUL in commit message's body" '
index db4e15fd5965d9863f379ad9a6a14041852a64bc..cb67bac1c47487f451c2113c6b6fca60cb438bfd 100755 (executable)
@@ -223,14 +223,14 @@ test_expect_success 'pull request format' '
                git request-pull initial "$downstream_url" tags/full >../request
        ) &&
        <request sed -nf fuzz.sed >request.fuzzy &&
-       test_i18ncmp expect request.fuzzy &&
+       test_cmp expect request.fuzzy &&
 
        (
                cd local &&
                git request-pull initial "$downstream_url" tags/full:refs/tags/full
        ) >request &&
        sed -nf fuzz.sed <request >request.fuzzy &&
-       test_i18ncmp expect request.fuzzy &&
+       test_cmp expect request.fuzzy &&
 
        (
                cd local &&
index 392201cabdfece945104c6cc8bde3e87f3edd99f..d586fdc7a955daf6ddd9590b707e4dee1aefc82c 100755 (executable)
@@ -427,7 +427,7 @@ test_expect_success 'index-pack --strict <pack> works in non-repo' '
        test_path_is_file foo.idx
 '
 
-test_expect_success !PTHREADS,C_LOCALE_OUTPUT 'index-pack --threads=N or pack.threads=N warns when no pthreads' '
+test_expect_success !PTHREADS 'index-pack --threads=N or pack.threads=N warns when no pthreads' '
        test_must_fail git index-pack --threads=2 2>err &&
        grep ^warning: err >warnings &&
        test_line_count = 1 warnings &&
@@ -445,7 +445,7 @@ test_expect_success !PTHREADS,C_LOCALE_OUTPUT 'index-pack --threads=N or pack.th
        grep -F "no threads support, ignoring pack.threads" err
 '
 
-test_expect_success !PTHREADS,C_LOCALE_OUTPUT 'pack-objects --threads=N or pack.threads=N warns when no pthreads' '
+test_expect_success !PTHREADS 'pack-objects --threads=N or pack.threads=N warns when no pthreads' '
        git pack-objects --threads=2 --stdout --all </dev/null >/dev/null 2>err &&
        grep ^warning: err >warnings &&
        test_line_count = 1 warnings &&
index 0f06c40eb13f31d8f06962dd1c88c5ff5810618f..a8c1bc0f66b0da238af0cf1051bb7cfafbf27db8 100755 (executable)
@@ -84,14 +84,14 @@ test_expect_success 'packing produces a long delta' '
        pack=$(git pack-objects --all --window=0 </dev/null pack) &&
        echo 9 >expect &&
        max_chain pack-$pack.pack >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success '--depth limits depth' '
        pack=$(git pack-objects --all --depth=5 </dev/null pack) &&
        echo 5 >expect &&
        max_chain pack-$pack.pack >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_done
index 1f4cc873a837ee305396c9975a4cd08919a028ab..8a5d3492c713b8ca5eceef13ed55f7bd49edcae9 100755 (executable)
@@ -547,7 +547,7 @@ test_expect_success 'test lonely missing ref' '
                cd client &&
                test_must_fail git fetch-pack --no-progress .. refs/heads/xyzzy 2>../error-m
        ) &&
-       test_i18ncmp expect-error error-m
+       test_cmp expect-error error-m
 '
 
 test_expect_success 'test missing ref after existing' '
@@ -555,7 +555,7 @@ test_expect_success 'test missing ref after existing' '
                cd client &&
                test_must_fail git fetch-pack --no-progress .. refs/heads/A refs/heads/xyzzy 2>../error-em
        ) &&
-       test_i18ncmp expect-error error-em
+       test_cmp expect-error error-em
 '
 
 test_expect_success 'test missing ref before existing' '
@@ -563,7 +563,7 @@ test_expect_success 'test missing ref before existing' '
                cd client &&
                test_must_fail git fetch-pack --no-progress .. refs/heads/xyzzy refs/heads/A 2>../error-me
        ) &&
-       test_i18ncmp expect-error error-me
+       test_cmp expect-error error-me
 '
 
 test_expect_success 'test --all, --depth, and explicit head' '
index 045398b94e63f88a09c6354a0e37ec8f85fab284..8c462f20ae63e73a1191bc3bae0160eed2d267ae 100755 (executable)
@@ -59,7 +59,7 @@ test_expect_success 'add remote whose URL agrees with url.<...>.insteadOf' '
        git remote add myremote git@host.com:team/repo.git
 '
 
-test_expect_success C_LOCALE_OUTPUT 'remote information for the origin' '
+test_expect_success 'remote information for the origin' '
        (
                cd test &&
                tokens_match origin "$(git remote)" &&
@@ -81,7 +81,7 @@ test_expect_success 'add another remote' '
        )
 '
 
-test_expect_success C_LOCALE_OUTPUT 'check remote-tracking' '
+test_expect_success 'check remote-tracking' '
        (
                cd test &&
                check_remote_track origin main side &&
@@ -107,7 +107,7 @@ test_expect_success 'remove remote' '
        )
 '
 
-test_expect_success C_LOCALE_OUTPUT 'remove remote' '
+test_expect_success 'remove remote' '
        (
                cd test &&
                tokens_match origin "$(git remote)" &&
@@ -140,8 +140,8 @@ test_expect_success 'remove remote protects local branches' '
                git remote rm oops 2>actual2 &&
                git branch -d foobranch &&
                git tag -d footag &&
-               test_i18ncmp expect1 actual1 &&
-               test_i18ncmp expect2 actual2
+               test_cmp expect1 actual1 &&
+               test_cmp expect2 actual2
        )
 '
 
@@ -150,7 +150,7 @@ test_expect_success 'remove errors out early when deleting non-existent branch'
                cd test &&
                echo "error: No such remote: '\''foo'\''" >expect &&
                test_expect_code 2 git remote rm foo 2>actual &&
-               test_i18ncmp expect actual
+               test_cmp expect actual
        )
 '
 
@@ -178,7 +178,7 @@ test_expect_success 'rename errors out early when deleting non-existent branch'
                cd test &&
                echo "error: No such remote: '\''foo'\''" >expect &&
                test_expect_code 2 git remote rename foo bar 2>actual &&
-               test_i18ncmp expect actual
+               test_cmp expect actual
        )
 '
 
@@ -186,14 +186,14 @@ test_expect_success 'rename errors out early when when new name is invalid' '
        test_config remote.foo.vcs bar &&
        echo "fatal: '\''invalid...name'\'' is not a valid remote name" >expect &&
        test_must_fail git remote rename foo invalid...name 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'add existing foreign_vcs remote' '
        test_config remote.foo.vcs bar &&
        echo "error: remote foo already exists." >expect &&
        test_expect_code 3 git remote add foo bar 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'add existing foreign_vcs remote' '
@@ -201,13 +201,13 @@ test_expect_success 'add existing foreign_vcs remote' '
        test_config remote.bar.vcs bar &&
        echo "error: remote bar already exists." >expect &&
        test_expect_code 3 git remote rename foo bar 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'add invalid foreign_vcs remote' '
        echo "fatal: '\''invalid...name'\'' is not a valid remote name" >expect &&
        test_must_fail git remote add invalid...name bar 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >test/expect <<EOF
@@ -267,7 +267,7 @@ test_expect_success 'show' '
                git config --add remote.two.push refs/heads/main:refs/heads/another &&
                git remote show origin two >output &&
                git branch -d rebase octopus &&
-               test_i18ncmp expect output
+               test_cmp expect output
        )
 '
 
@@ -294,7 +294,7 @@ test_expect_success 'show -n' '
                cd test &&
                git remote show -n origin >output &&
                mv ../one.unreachable ../one &&
-               test_i18ncmp expect output
+               test_cmp expect output
        )
 '
 
@@ -337,7 +337,7 @@ test_expect_success 'set-head --auto has no problem w/multiple HEADs' '
                git fetch two "refs/heads/*:refs/remotes/two/*" &&
                git remote set-head --auto two >output 2>&1 &&
                echo "two/HEAD set to main" >expect &&
-               test_i18ncmp expect output
+               test_cmp expect output
        )
 '
 
@@ -369,7 +369,7 @@ test_expect_success 'prune --dry-run' '
                git remote prune --dry-run origin >output &&
                git rev-parse refs/remotes/origin/side2 &&
                test_must_fail git rev-parse refs/remotes/origin/side &&
-               test_i18ncmp expect output
+               test_cmp expect output
        )
 '
 
index c1e0eb3923126a0ad970ff4ee5b533f220895484..e83b2a65069f6a1ddf78da5a38efd3f5f85c65e8 100755 (executable)
@@ -1051,7 +1051,7 @@ test_expect_success 'fetch --prune prints the remotes url' '
                git fetch --prune origin 2>&1 | head -n1 >../actual
        ) &&
        echo "From ${D}/." >expect &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'branchname D/F conflict resolved by --prune' '
@@ -1097,7 +1097,7 @@ test_expect_success 'fetching with auto-gc does not lock up' '
        )
 '
 
-test_expect_success C_LOCALE_OUTPUT 'fetch aligned output' '
+test_expect_success 'fetch aligned output' '
        git clone . full-output &&
        test_commit looooooooooooong-tag &&
        (
@@ -1112,7 +1112,7 @@ test_expect_success C_LOCALE_OUTPUT 'fetch aligned output' '
        test_cmp expect actual
 '
 
-test_expect_success C_LOCALE_OUTPUT 'fetch compact output' '
+test_expect_success 'fetch compact output' '
        git clone . compact &&
        test_commit extraaa &&
        (
index 4a568a2398ef4ba96ca2218839f9c2f2741b833d..f53f58895a12979f27a1b24ba9f15ee37bbc49a9 100755 (executable)
@@ -150,7 +150,7 @@ test_expect_success 'confuses pattern as remote when no remote specified' '
        # We could just as easily have used "main"; the "*" emphasizes its
        # role as a pattern.
        test_must_fail git ls-remote "$does_not_exist" >actual 2>&1 &&
-       test_i18ncmp exp actual
+       test_cmp exp actual
 '
 
 test_expect_success 'die with non-2 for wrong repository even with --exit-code' '
index 11513ec15e1e90cc2ee15a3f501d0789f393fe0f..ed11569d8d7ec605198773351e75baeaa232cb1a 100755 (executable)
@@ -74,7 +74,7 @@ test_expect_success "fetch --recurse-submodules recurses into submodules" '
                git fetch --recurse-submodules >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "submodule.recurse option triggers recursive fetch" '
@@ -84,7 +84,7 @@ test_expect_success "submodule.recurse option triggers recursive fetch" '
                git -c submodule.recurse fetch >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "fetch --recurse-submodules -j2 has the same output behaviour" '
@@ -94,7 +94,7 @@ test_expect_success "fetch --recurse-submodules -j2 has the same output behaviou
                GIT_TRACE="$TRASH_DIRECTORY/trace.out" git fetch --recurse-submodules -j2 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err &&
+       test_cmp expect.err actual.err &&
        grep "2 tasks" trace.out
 '
 
@@ -124,7 +124,7 @@ test_expect_success "using fetchRecurseSubmodules=true in .gitmodules recurses i
                git fetch >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "--no-recurse-submodules overrides .gitmodules config" '
@@ -155,7 +155,7 @@ test_expect_success "--recurse-submodules overrides fetchRecurseSubmodules setti
                git config --unset submodule.submodule.fetchRecurseSubmodules
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "--quiet propagates to submodules" '
@@ -183,7 +183,7 @@ test_expect_success "--dry-run propagates to submodules" '
                git fetch --recurse-submodules --dry-run >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "Without --dry-run propagates to submodules" '
@@ -192,7 +192,7 @@ test_expect_success "Without --dry-run propagates to submodules" '
                git fetch --recurse-submodules >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "recurseSubmodules=true propagates into submodules" '
@@ -203,7 +203,7 @@ test_expect_success "recurseSubmodules=true propagates into submodules" '
                git fetch >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "--recurse-submodules overrides config in submodule" '
@@ -217,7 +217,7 @@ test_expect_success "--recurse-submodules overrides config in submodule" '
                git fetch --recurse-submodules >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "--no-recurse-submodules overrides config setting" '
@@ -257,7 +257,7 @@ test_expect_success "Recursion stops when no new submodule commits are fetched"
                cd downstream &&
                git fetch >../actual.out 2>../actual.err
        ) &&
-       test_i18ncmp expect.err.sub actual.err &&
+       test_cmp expect.err.sub actual.err &&
        test_must_be_empty actual.out
 '
 
@@ -275,7 +275,7 @@ test_expect_success "Recursion doesn't happen when new superproject commits don'
                git fetch >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err.file actual.err
+       test_cmp expect.err.file actual.err
 '
 
 test_expect_success "Recursion picks up config in submodule" '
@@ -303,7 +303,7 @@ test_expect_success "Recursion picks up config in submodule" '
                        git config --unset fetch.recurseSubmodules
                )
        ) &&
-       test_i18ncmp expect.err.sub actual.err &&
+       test_cmp expect.err.sub actual.err &&
        test_must_be_empty actual.out
 '
 
@@ -336,7 +336,7 @@ test_expect_success "Recursion picks up all submodules when necessary" '
                cd downstream &&
                git fetch >../actual.out 2>../actual.err
        ) &&
-       test_i18ncmp expect.err.2 actual.err &&
+       test_cmp expect.err.2 actual.err &&
        test_must_be_empty actual.out
 '
 
@@ -392,7 +392,7 @@ test_expect_success "'--recurse-submodules=on-demand' recurses as deep as necess
                )
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err
+       test_cmp expect.err actual.err
 '
 
 test_expect_success "'--recurse-submodules=on-demand' stops when no new submodule commits are found in the superproject (and ignores config)" '
@@ -409,7 +409,7 @@ test_expect_success "'--recurse-submodules=on-demand' stops when no new submodul
                git fetch --recurse-submodules=on-demand >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err.file actual.err
+       test_cmp expect.err.file actual.err
 '
 
 test_expect_success "'fetch.recurseSubmodules=on-demand' overrides global config" '
@@ -437,7 +437,7 @@ test_expect_success "'fetch.recurseSubmodules=on-demand' overrides global config
                git config --unset fetch.recurseSubmodules
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err.2 actual.err
+       test_cmp expect.err.2 actual.err
 '
 
 test_expect_success "'submodule.<sub>.fetchRecurseSubmodules=on-demand' overrides fetch.recurseSubmodules" '
@@ -465,7 +465,7 @@ test_expect_success "'submodule.<sub>.fetchRecurseSubmodules=on-demand' override
                git config --unset submodule.submodule.fetchRecurseSubmodules
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err.2 actual.err
+       test_cmp expect.err.2 actual.err
 '
 
 test_expect_success "don't fetch submodule when newly recorded commits are already present" '
@@ -484,7 +484,7 @@ test_expect_success "don't fetch submodule when newly recorded commits are alrea
                git fetch >../actual.out 2>../actual.err
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err actual.err &&
+       test_cmp expect.err actual.err &&
        (
                cd submodule &&
                git checkout -q sub
@@ -520,7 +520,7 @@ test_expect_success "'fetch.recurseSubmodules=on-demand' works also without .git
                git reset --hard
        ) &&
        test_must_be_empty actual.out &&
-       test_i18ncmp expect.err.2 actual.err &&
+       test_cmp expect.err.2 actual.err &&
        git checkout HEAD^ -- .gitmodules &&
        git add .gitmodules &&
        git commit -m "new submodule restored .gitmodules"
index bc5ccf233f02f8cf641abee4c3007148e4da365b..c024fa2818314d3d127e93da2e281dc259820733 100755 (executable)
@@ -118,7 +118,7 @@ test_expect_success 'rejected update prints status' '
        git commit -m dev2 &&
        test_must_fail git push origin dev2 2>act &&
        sed -e "/^remote: /s/ *$//" <act >cmp &&
-       test_i18ncmp exp cmp
+       test_cmp exp cmp
 '
 rm -f "$HTTPD_DOCUMENT_ROOT_PATH/test_repo.git/hooks/update"
 
index 664c913866236dcbb026a1222f18b1b5d41cf163..e7e6c089554c5d2b0ba7cd51b79a53f6880f0ae1 100755 (executable)
@@ -40,7 +40,7 @@ test_expect_success 'clone with excess parameters (2)' '
 
 '
 
-test_expect_success C_LOCALE_OUTPUT 'output from clone' '
+test_expect_success 'output from clone' '
        rm -fr dst &&
        git clone -n "file://$(pwd)/src" dst >output 2>&1 &&
        test $(grep Clon output | wc -l) = 1
index da5fe1ba6de7ec0f5eaf1e60d140063a14f78657..881f72fd443c8aefbe47c693b5bb80ee842a64db 100755 (executable)
@@ -175,7 +175,7 @@ test_expect_success 'create bundle from special rev: main^!' '
        cat >expect <<-\EOF &&
        <COMMIT-P> refs/heads/main
        EOF
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        git bundle verify special-rev.bdl |
                make_user_friendly_and_stable_output >actual &&
@@ -185,7 +185,7 @@ test_expect_success 'create bundle from special rev: main^!' '
        The bundle requires this ref:
        <COMMIT-O>
        EOF
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count special-rev.bdl 3
 '
@@ -207,7 +207,7 @@ test_expect_success 'create bundle with --max-count option' '
        The bundle requires this ref:
        <COMMIT-O>
        EOF
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count max-count.bdl 4
 '
@@ -236,7 +236,7 @@ test_expect_success 'create bundle with --since option' '
        <COMMIT-M>
        <COMMIT-K>
        EOF
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count --thin since.bdl 13
 '
@@ -262,11 +262,11 @@ test_expect_success 'create bundle 1 - no prerequisites' '
        # verify bundle, which has no prerequisites
        git bundle verify 1.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        git bundle verify stdin-1.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count       1.bdl 24 &&
        test_bundle_object_count stdin-1.bdl 24
@@ -304,11 +304,11 @@ test_expect_success 'create bundle 2 - has prerequisites' '
 
        git bundle verify 2.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        git bundle verify stdin-2.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count       2.bdl 16 &&
        test_bundle_object_count stdin-2.bdl 16
@@ -326,11 +326,11 @@ test_expect_success 'fail to verify bundle without prerequisites' '
 
        test_must_fail git -C test1.git bundle verify ../2.bdl 2>&1 |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_must_fail git -C test1.git bundle verify ../stdin-2.bdl 2>&1 |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'create bundle 3 - two refs, same object' '
@@ -363,11 +363,11 @@ test_expect_success 'create bundle 3 - two refs, same object' '
 
        git bundle verify 3.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        git bundle verify stdin-3.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count       3.bdl 4 &&
        test_bundle_object_count stdin-3.bdl 4
@@ -404,11 +404,11 @@ test_expect_success 'create bundle 4 - with tags' '
 
        git bundle verify 4.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        git bundle verify stdin-4.bdl |
                make_user_friendly_and_stable_output >actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
 
        test_bundle_object_count       4.bdl 3 &&
        test_bundle_object_count stdin-4.bdl 3
index 7bcde054d73d5815c3bdc52c5c53ebd3e3eb32d4..ef7bdcedf2304ef3e6d1379f29742dcfcf5ee28b 100755 (executable)
@@ -829,7 +829,7 @@ test_expect_success 'bisect terms needs 0 or 1 argument' '
        test_must_fail git bisect terms 1 2 &&
        test_must_fail git bisect terms 2>actual &&
        echo "error: no terms defined" >expected &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'bisect terms shows good/bad after start' '
@@ -903,7 +903,7 @@ test_expect_success 'bisect start --term-* does store terms' '
        Your current terms are two for the old state
        and one for the new state.
        EOF
-       test_i18ncmp expected actual &&
+       test_cmp expected actual &&
        git bisect terms --term-bad >actual &&
        echo one >expected &&
        test_cmp expected actual &&
index a160b2bf99c41c3b30dcd26ebae0a78f6a96b3f8..a313849406ddb4b7f104ee06eabc9068d5551425 100755 (executable)
@@ -57,7 +57,7 @@ test_expect_success 'branch -v' '
                git branch -v
        ) |
        sed -n -e "$t6040_script" >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -75,7 +75,7 @@ test_expect_success 'branch -vv' '
                git branch -vv
        ) |
        sed -n -e "$t6040_script" >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'checkout (diverged from upstream)' '
@@ -146,7 +146,7 @@ test_expect_success 'status -s -b (diverged from upstream)' '
                git checkout b1 >/dev/null &&
                git status -s -b | head -1
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -159,7 +159,7 @@ test_expect_success 'status -s -b --no-ahead-behind (diverged from upstream)' '
                git checkout b1 >/dev/null &&
                git status -s -b --no-ahead-behind | head -1
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -172,7 +172,7 @@ test_expect_success 'status.aheadbehind=false status -s -b (diverged from upstre
                git checkout b1 >/dev/null &&
                git -c status.aheadbehind=false status -s -b | head -1
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -187,7 +187,7 @@ test_expect_success 'status --long --branch' '
                git checkout b1 >/dev/null &&
                git status --long -b | head -3
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'status --long --branch' '
@@ -196,7 +196,7 @@ test_expect_success 'status --long --branch' '
                git checkout b1 >/dev/null &&
                git -c status.aheadbehind=true status --long -b | head -3
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -210,7 +210,7 @@ test_expect_success 'status --long --branch --no-ahead-behind' '
                git checkout b1 >/dev/null &&
                git status --long -b --no-ahead-behind | head -2
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'status.aheadbehind=false status --long --branch' '
@@ -219,7 +219,7 @@ test_expect_success 'status.aheadbehind=false status --long --branch' '
                git checkout b1 >/dev/null &&
                git -c status.aheadbehind=false status --long -b | head -2
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -232,7 +232,7 @@ test_expect_success 'status -s -b (upstream is gone)' '
                git checkout b5 >/dev/null &&
                git status -s -b | head -1
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<\EOF
@@ -245,7 +245,7 @@ test_expect_success 'status -s -b (up-to-date with upstream)' '
                git checkout b6 >/dev/null &&
                git status -s -b | head -1
        ) >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'fail to track lightweight tags' '
index 546796f84732c5153444321dc5a1d34bbf8af878..e89b6747beec4fb6a98b9a54a21bb62082cb0c91 100755 (executable)
@@ -136,7 +136,7 @@ warning: tag 'Q' is externally known as 'A'
 EOF
 check_describe A-* HEAD
 test_expect_success 'warning was displayed for Q' '
-       test_i18ncmp err.expect err.actual
+       test_cmp err.expect err.actual
 '
 test_expect_success 'misnamed annotated tag forces long output' '
        description=$(git describe --no-long Q^0) &&
index c670668409817c6d1066de53dc294bade2f27e93..0f1cb49cedc645c5a9b0c56257d3aca4740d5cd3 100755 (executable)
@@ -21,7 +21,7 @@ EOF
 test_expect_success 'error message for path inside submodule' '
        echo a >sub/a &&
        test_must_fail git add sub/a 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'error message for path inside submodule from within submodule' '
index 809854fc0ce98e16d8d4faa1ae22715134293c84..40edf9dab53402db9b5fad6dd060768537f9ba9a 100755 (executable)
@@ -20,8 +20,8 @@ test_expect_success 'Broken refs are reported correctly' '
        test_when_finished "rm -f .git/$r" &&
        echo "warning: ignoring broken ref $r" >broken-err &&
        git for-each-ref >out 2>err &&
-       test_i18ncmp full-list out &&
-       test_i18ncmp broken-err err
+       test_cmp full-list out &&
+       test_cmp broken-err err
 '
 
 test_expect_success 'NULL_SHA1 refs are reported correctly' '
@@ -31,10 +31,10 @@ test_expect_success 'NULL_SHA1 refs are reported correctly' '
        echo "warning: ignoring broken ref $r" >zeros-err &&
        git for-each-ref >out 2>err &&
        test_cmp full-list out &&
-       test_i18ncmp zeros-err err &&
+       test_cmp zeros-err err &&
        git for-each-ref --format="%(objectname) %(refname)" >brief-out 2>brief-err &&
        test_cmp brief-list brief-out &&
-       test_i18ncmp zeros-err brief-err
+       test_cmp zeros-err brief-err
 '
 
 test_expect_success 'Missing objects are reported correctly' '
@@ -43,7 +43,7 @@ test_expect_success 'Missing objects are reported correctly' '
        test_when_finished "rm -f .git/$r" &&
        echo "fatal: missing object $MISSING for $r" >missing-err &&
        test_must_fail git for-each-ref 2>err &&
-       test_i18ncmp missing-err err &&
+       test_cmp missing-err err &&
        (
                cat brief-list &&
                echo "$MISSING $r"
index 4ab133f489ca322a752599dc940e4c9c12461ad3..5d3b711fe682d88601d3d722e7ab1ee27ac9b525 100755 (executable)
@@ -2905,7 +2905,7 @@ test_setup_9e () {
        )
 }
 
-test_expect_success C_LOCALE_OUTPUT '9e: N-to-1 whammo' '
+test_expect_success '9e: N-to-1 whammo' '
        test_setup_9e &&
        (
                cd 9e &&
index 362ae37a122f15d08cc7f8301c828139d5fbc0ac..84b4aacf496d1df73c6adf83860db430bc1c1c4c 100755 (executable)
@@ -139,7 +139,7 @@ test_expect_success 'will not overwrite untracked file in leading path' '
        cp important sub &&
        cp important sub2 &&
        test_must_fail git merge sub 2>out &&
-       test_i18ncmp out expect &&
+       test_cmp out expect &&
        test_path_is_missing .git/MERGE_HEAD &&
        test_cmp important sub &&
        test_cmp important sub2 &&
@@ -174,7 +174,7 @@ test_expect_success 'will not overwrite untracked file on unborn branch' '
        git checkout --orphan new &&
        cp important c0.c &&
        test_must_fail git merge c0 2>out &&
-       test_i18ncmp out expect
+       test_cmp out expect
 '
 
 test_expect_success 'will not overwrite untracked file on unborn branch .git/MERGE_HEAD sanity etc.' '
index e176475ed5bbe1ca9a10e0f533add9a8234b7b56..5bfb027099a6d22849739075de82f3c0af7ca513 100755 (executable)
@@ -40,14 +40,14 @@ EOF
 
 test_expect_success 'untracked files overwritten by merge (fast and non-fast forward)' '
        test_must_fail git merge branch 2>out &&
-       test_i18ncmp out expect &&
+       test_cmp out expect &&
        git commit --allow-empty -m empty &&
        (
                GIT_MERGE_VERBOSITY=0 &&
                export GIT_MERGE_VERBOSITY &&
                test_must_fail git merge branch 2>out2
        ) &&
-       test_i18ncmp out2 expect &&
+       test_cmp out2 expect &&
        git reset --hard HEAD^
 '
 
@@ -68,7 +68,7 @@ test_expect_success 'untracked files or local changes ovewritten by merge' '
        git add three &&
        git add four &&
        test_must_fail git merge branch 2>out &&
-       test_i18ncmp out expect
+       test_cmp out expect
 '
 
 cat >expect <<\EOF
@@ -90,7 +90,7 @@ test_expect_success 'cannot switch branches because of local changes' '
        echo uno >rep/one &&
        echo dos >rep/two &&
        test_must_fail git checkout branch 2>out &&
-       test_i18ncmp out expect
+       test_cmp out expect
 '
 
 cat >expect <<\EOF
@@ -104,7 +104,7 @@ EOF
 test_expect_success 'not uptodate file porcelain checkout error' '
        git add rep/one rep/two &&
        test_must_fail git checkout branch 2>out &&
-       test_i18ncmp out expect
+       test_cmp out expect
 '
 
 cat >expect <<\EOF
@@ -135,7 +135,7 @@ test_expect_success 'not_uptodate_dir porcelain checkout error' '
        >rep/untracked-file &&
        >rep2/untracked-file &&
        test_must_fail git checkout branch 2>out &&
-       test_i18ncmp out ../expect
+       test_cmp out ../expect
 '
 
 test_done
index 63d5f41a1247839412b9c6022fb3f4a07c4e6b0e..080a65308316b1f03ba57e9bbcc34cb3feb504a9 100755 (executable)
@@ -446,7 +446,7 @@ test_expect_success 'mv issues a warning when section is not found in .gitmodule
        echo "warning: Could not find section in .gitmodules where path=sub" >expect.err &&
        mkdir mod &&
        git mv sub mod/sub 2>actual.err &&
-       test_i18ncmp expect.err actual.err &&
+       test_cmp expect.err actual.err &&
        ! test -e sub &&
        [ "$entry" = "$(git ls-files --stage mod/sub | cut -f 1)" ] &&
        (
index 400b83a49e5cacd176d5abd6447a62b3f0bf8b7f..2f72c5c6883e3e45bbc9602f3e85e1dd9ae3fd01 100755 (executable)
@@ -98,7 +98,7 @@ test_expect_success 'creating a tag with --create-reflog should create reflog' '
        git tag --create-reflog tag_with_reflog &&
        git reflog exists refs/tags/tag_with_reflog &&
        sed -e "s/^.*   //" .git/logs/refs/tags/tag_with_reflog >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'annotated tag with --create-reflog has correct message' '
@@ -109,7 +109,7 @@ test_expect_success 'annotated tag with --create-reflog has correct message' '
        git tag -m "annotated tag" --create-reflog tag_with_reflog &&
        git reflog exists refs/tags/tag_with_reflog &&
        sed -e "s/^.*   //" .git/logs/refs/tags/tag_with_reflog >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success '--create-reflog does not create reflog on failure' '
@@ -1434,7 +1434,7 @@ test_expect_success 'message in editor has initial comment: first line' '
        # check the first line --- should be empty
        echo >first.expect &&
        sed -e 1q <actual >first.actual &&
-       test_i18ncmp first.expect first.actual
+       test_cmp first.expect first.actual
 '
 
 test_expect_success \
@@ -1757,7 +1757,7 @@ test_expect_success 'recursive tagging should give advice' '
        hint: Disable this message with "git config advice.nestedTag false"
        EOF
        git tag -m nested nested annotated-v4.0 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'multiple --points-at are OR-ed together' '
index e5c6a038fbfccb3da7c3c179fa0c6c186de68d40..f2a8e765114fd1a01f1256a6768353cd2ab69b4a 100755 (executable)
@@ -125,13 +125,13 @@ EOF
 test_expect_success 'git-clean, absent case' '
        setup_absent &&
        git clean -n > result &&
-       test_i18ncmp expected result
+       test_cmp expected result
 '
 
 test_expect_success 'git-clean, dirty case' '
        setup_dirty &&
        git clean -n > result &&
-       test_i18ncmp expected result
+       test_cmp expected result
 '
 
 test_expect_success '--ignore-skip-worktree-entries leaves worktree alone' '
index 72fb418b8904ffedac1fcf87d97878c86e054b5b..0f4344c55e6421d605ab7364bc2fedfe9165b02b 100755 (executable)
@@ -56,9 +56,9 @@ EOF
                git commit -m delete &&
                test_must_fail git merge main &&
                test_must_fail git commit --dry-run >../actual &&
-               test_i18ncmp ../expect ../actual &&
+               test_cmp ../expect ../actual &&
                git status >../actual &&
-               test_i18ncmp ../expect ../actual
+               test_cmp ../expect ../actual
        )
 '
 
@@ -151,7 +151,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -185,7 +185,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -210,7 +210,7 @@ Unmerged paths:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual &&
+       test_cmp expected actual &&
        git reset --hard &&
        git checkout main
 '
@@ -227,7 +227,7 @@ test_expect_success 'status --branch with detached HEAD' '
        ?? expected
        ?? mdconflict/
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 ## Duplicate the above test and verify --porcelain=v1 arg parsing.
@@ -243,7 +243,7 @@ test_expect_success 'status --porcelain=v1 --branch with detached HEAD' '
        ?? expected
        ?? mdconflict/
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 ## Verify parser error on invalid --porcelain argument.
index f01bf27727905db64f5d7eeaca5fd05b5e90f02f..accefde72fb1bd518b2fcd7caf4d8c4921180bdc 100755 (executable)
@@ -731,7 +731,7 @@ test_expect_success 'test ident field is working' '
        cp -R done dthree dtwo four three ../other_worktree &&
        GIT_WORK_TREE=../other_worktree git status 2>../err &&
        echo "warning: untracked cache is disabled on this system or location" >../expect &&
-       test_i18ncmp ../expect ../err
+       test_cmp ../expect ../err
 '
 
 test_expect_success 'untracked cache survives a checkout' '
index 7d8fb188ee5eb914cc77e30846191adb78adb5bb..601b2bf97f0e7f40de454358b6a7975488644687 100755 (executable)
@@ -75,14 +75,14 @@ test_expect_success 'reset --hard message' '
        hex=$(git log -1 --format="%h") &&
        git reset --hard >.actual &&
        echo HEAD is now at $hex $(commit_msg) >.expected &&
-       test_i18ncmp .expected .actual
+       test_cmp .expected .actual
 '
 
 test_expect_success 'reset --hard message (ISO8859-1 logoutputencoding)' '
        hex=$(git log -1 --format="%h") &&
        git -c "i18n.logOutputEncoding=$test_encoding" reset --hard >.actual &&
        echo HEAD is now at $hex $(commit_msg $test_encoding) >.expected &&
-       test_i18ncmp .expected .actual
+       test_cmp .expected .actual
 '
 
 test_expect_success 'giving a non existing revision should fail' '
@@ -469,7 +469,7 @@ test_expect_success '--mixed refreshes the index' '
        EOF
        echo 123 >>file2 &&
        git reset --mixed HEAD >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'resetting specific path that is unmerged' '
index cb5e34d94c3a163ecc3785d4b3afdeeb98c60ec6..a74816ca8b466c789c3bc8b17e629d5edcbb25e9 100755 (executable)
@@ -110,7 +110,7 @@ test_expect_success 'git clean with prefix' '
 
 '
 
-test_expect_success C_LOCALE_OUTPUT 'git clean with relative prefix' '
+test_expect_success 'git clean with relative prefix' '
 
        mkdir -p build docs &&
        touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
@@ -123,7 +123,7 @@ test_expect_success C_LOCALE_OUTPUT 'git clean with relative prefix' '
        verbose test "$would_clean" = ../src/part3.c
 '
 
-test_expect_success C_LOCALE_OUTPUT 'git clean with absolute path' '
+test_expect_success 'git clean with absolute path' '
 
        mkdir -p build docs &&
        touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
@@ -407,7 +407,7 @@ test_expect_success 'clean.requireForce and -f' '
 
 '
 
-test_expect_success C_LOCALE_OUTPUT 'core.excludesfile' '
+test_expect_success 'core.excludesfile' '
 
        echo excludes >excludes &&
        echo included >included &&
index d44f69629337f7e617d118e060550737ca92c59a..a924fdb7a6c9aaf6c1b860dd4c783d87b803c36f 100755 (executable)
@@ -55,7 +55,7 @@ test_expect_success 'add aborts on repository with no commits' '
        EOF
        git init repo-no-commits &&
        test_must_fail git submodule add ../a ./repo-no-commits 2>actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'status should ignore inner git repo when not added' '
@@ -185,7 +185,7 @@ test_expect_success 'submodule add to .gitignored path fails' '
                git add --force .gitignore &&
                git commit -m"Ignore everything" &&
                ! git submodule add "$submodurl" submod >actual 2>&1 &&
-               test_i18ncmp expect actual
+               test_cmp expect actual
        )
 '
 
index 76088147089c9bacdf0cb9f7cb570c55c1ec3f4d..9c3cc4cf4046befd76e0239c831d61b33196ee86 100755 (executable)
@@ -190,7 +190,7 @@ test_expect_success 'typechanged submodule(submodule->blob), --cached' "
          < Add foo5
 
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 test_expect_success 'typechanged submodule(submodule->blob), --files' "
@@ -200,7 +200,7 @@ test_expect_success 'typechanged submodule(submodule->blob), --files' "
          > Add foo5
 
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 rm -rf sm1 &&
@@ -211,7 +211,7 @@ test_expect_success 'typechanged submodule(submodule->blob)' "
        * sm1 $head4(submodule)->$head5(blob):
 
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 rm -f sm1 &&
@@ -224,7 +224,7 @@ test_expect_success 'nonexistent commit' "
          Warn: sm1 doesn't contain commit $head4_full
 
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 commit_file
@@ -235,7 +235,7 @@ test_expect_success 'typechanged submodule(blob->submodule)' "
          > Add foo7
 
        EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 "
 
 commit_file sm1 &&
@@ -292,7 +292,7 @@ test_expect_success 'given commit' "
 
 test_expect_success '--for-status' "
        git submodule summary --for-status HEAD^ >actual &&
-       test_i18ncmp - actual <<-EOF
+       test_cmp - actual <<-EOF
        * sm1 $head6...0000000:
 
        * sm2 0000000...$head7 (2):
index b9c1624fba9fda209f7e86b3a2703624f3d63bc8..ff3ba5422e9bdae64795eaa4fa617187f0b65725 100755 (executable)
@@ -155,9 +155,9 @@ test_expect_success 'submodule update --init --recursive from subdirectory' '
         cd tmp &&
         git submodule update --init --recursive ../super >../../actual 2>../../actual2
        ) &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        sort actual2 >actual2.sorted &&
-       test_i18ncmp expect2 actual2.sorted
+       test_cmp expect2 actual2.sorted
 '
 
 cat <<EOF >expect2
@@ -174,7 +174,7 @@ test_expect_success 'submodule update --init from and of subdirectory' '
          git submodule update --init sub 2>../../actual2
         )
        ) &&
-       test_i18ncmp expect2 actual2
+       test_cmp expect2 actual2
 '
 
 test_expect_success 'submodule update does not fetch already present commits' '
@@ -192,7 +192,7 @@ test_expect_success 'submodule update does not fetch already present commits' '
        (cd super &&
          git submodule update > ../actual 2> ../actual.err
        ) &&
-       test_i18ncmp expected actual &&
+       test_cmp expected actual &&
        test_must_be_empty actual.err
 '
 
@@ -461,7 +461,7 @@ test_expect_success 'submodule update - command in .git/config catches failure'
        (cd super &&
         test_must_fail git submodule update submodule 2>../actual
        ) &&
-       test_i18ncmp actual expect
+       test_cmp actual expect
 '
 
 cat << EOF >expect
@@ -479,7 +479,7 @@ test_expect_success 'submodule update - command in .git/config catches failure -
         mkdir tmp && cd tmp &&
         test_must_fail git submodule update ../submodule 2>../../actual
        ) &&
-       test_i18ncmp actual expect
+       test_cmp actual expect
 '
 
 test_expect_success 'submodule update - command run for initial population of submodule' '
@@ -488,7 +488,7 @@ test_expect_success 'submodule update - command run for initial population of su
        EOF
        rm -rf super/submodule &&
        test_must_fail git -C super submodule update 2>actual &&
-       test_i18ncmp expect actual &&
+       test_cmp expect actual &&
        git -C super submodule update --checkout
 '
 
@@ -509,7 +509,7 @@ test_expect_success 'recursive submodule update - command in .git/config catches
         mkdir -p tmp && cd tmp &&
         test_must_fail git submodule update --recursive ../super 2>../../actual
        ) &&
-       test_i18ncmp actual expect
+       test_cmp actual expect
 '
 
 test_expect_success 'submodule init does not copy command into .git/config' '
index 79981b51eb89aced1aaaeee9004bfeb6592af000..e2f110b786387035f6cc4fa31a21f9c380edb2f4 100755 (executable)
@@ -80,7 +80,7 @@ test_expect_success 'test basic "submodule foreach" usage' '
                git config foo.bar zar &&
                git submodule foreach "git config --file \"\$toplevel/.git/config\" foo.bar"
        ) &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat >expect <<EOF
@@ -96,7 +96,7 @@ test_expect_success 'test "submodule foreach" from subdirectory' '
                cd clone/sub &&
                git submodule foreach "echo \$toplevel-\$name-\$sm_path-\$displaypath-\$sha1" >../../actual
        ) &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'setup nested submodules' '
@@ -177,7 +177,7 @@ test_expect_success 'test messages from "foreach --recursive"' '
                cd clone2 &&
                git submodule foreach --recursive "true" > ../actual
        ) &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat > expect <<EOF
@@ -197,7 +197,7 @@ test_expect_success 'test messages from "foreach --recursive" from subdirectory'
                cd untracked &&
                git submodule foreach --recursive >../../actual
        ) &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 sub1sha1=$(cd clone2/sub1 && git rev-parse HEAD)
 sub2sha1=$(cd clone2/sub2 && git rev-parse HEAD)
@@ -229,7 +229,7 @@ test_expect_success 'test "submodule foreach --recursive" from subdirectory' '
                cd clone2/untracked &&
                git submodule foreach --recursive "echo toplevel: \$toplevel name: \$name path: \$sm_path displaypath: \$displaypath hash: \$sha1" >../../actual
        ) &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 cat > expect <<EOF
index 6d19ece05dd320b970492daf015b874eee0d391f..e41ac18e7e0a663b44ef1cce0596f96615a7fc22 100755 (executable)
@@ -15,7 +15,7 @@ commit_msg_is () {
 
        printf "%s" "$(git log --pretty=format:%s%b -1)" >"$actual" &&
        printf "%s" "$1" >"$expect" &&
-       test_i18ncmp "$expect" "$actual"
+       test_cmp "$expect" "$actual"
 }
 
 # A sanity check to see if commit is working at all.
@@ -356,7 +356,7 @@ test_expect_success 'new line found before status message in commit template' '
        touch commit-template-check &&
        git add commit-template-check &&
        GIT_EDITOR="cat >editor-input" git commit --untracked-files=no --allow-empty-message &&
-       test_i18ncmp expected-template editor-input
+       test_cmp expected-template editor-input
 '
 
 test_expect_success 'setup empty commit with unstaged rename and copy' '
index e5332adc9a10aae26a2419d209d7337de4d5cae6..6396897cc81804be174db6e37ccc7a8af8d648f1 100755 (executable)
@@ -13,7 +13,7 @@ commit_msg_is () {
 
        printf "%s" "$(git log --pretty=format:%s%b -1)" >$actual &&
        printf "%s" "$1" >$expect &&
-       test_i18ncmp $expect $actual
+       test_cmp $expect $actual
 }
 
 # Arguments: [<prefix] [<commit message>] [<commit options>]
@@ -35,7 +35,7 @@ check_summary_oneline() {
        SUMMARY_POSTFIX="$(git log -1 --pretty='format:%h')"
        echo "[$SUMMARY_PREFIX $SUMMARY_POSTFIX] $2" >exp &&
 
-       test_i18ncmp exp act
+       test_cmp exp act
 }
 
 test_expect_success 'output summary format' '
@@ -300,7 +300,7 @@ echo "sample
 # with '#' will be ignored, and an empty message aborts the commit." >expect
 
 test_expect_success 'cleanup commit messages (strip option,-F,-e): output' '
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'cleanup commit message (fail on invalid cleanup mode option)' '
index 321b4bc0fc69d93a8db838447c01db76e0853c26..7a8194ce720ed5d9244caf2bbd882a56f491476c 100755 (executable)
@@ -218,7 +218,7 @@ test_expect_success 'with hook and editor (merge)' '
 test_rebase () {
        expect=$1 &&
        mode=$2 &&
-       test_expect_$expect C_LOCALE_OUTPUT "with hook (rebase ${mode:--i})" '
+       test_expect_$expect "with hook (rebase ${mode:--i})" '
                test_when_finished "\
                        git rebase --abort
                        git checkout -f main
@@ -307,7 +307,7 @@ test_expect_success 'with failing hook (merge)' '
 
 '
 
-test_expect_success C_LOCALE_OUTPUT 'with failing hook (cherry-pick)' '
+test_expect_success 'with failing hook (cherry-pick)' '
        test_when_finished "git checkout -f main" &&
        git checkout -B other b &&
        test_must_fail git cherry-pick rebase-1 2>actual &&
index d01aacb66b54e1700209e2338a39e062da7d8c36..2b72451ba3ed23eff7d726564845ce14f98e2cc1 100755 (executable)
@@ -109,13 +109,13 @@ test_expect_success 'status --column' '
 #
 EOF
        COLUMNS=50 git -c status.displayCommentPrefix=true status --column="column dense" >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status --column status.displayCommentPrefix=false' '
        strip_comments expect &&
        COLUMNS=49 git -c status.displayCommentPrefix=false status --column="column dense" >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<\EOF
@@ -144,19 +144,19 @@ EOF
 
 test_expect_success 'status with status.displayCommentPrefix=true' '
        git -c status.displayCommentPrefix=true status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status with status.displayCommentPrefix=false' '
        strip_comments expect &&
        git -c status.displayCommentPrefix=false status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status -v' '
        (cat expect && git diff --cached) >expect-with-v &&
        git status -v >output &&
-       test_i18ncmp expect-with-v output
+       test_cmp expect-with-v output
 '
 
 test_expect_success 'status -v -v' '
@@ -167,7 +167,7 @@ test_expect_success 'status -v -v' '
         echo "Changes not staged for commit:" &&
         git -c diff.mnemonicprefix=true diff) >expect-with-v &&
        git status -v -v >output &&
-       test_i18ncmp expect-with-v output
+       test_cmp expect-with-v output
 '
 
 test_expect_success 'setup fake editor' '
@@ -214,7 +214,7 @@ EOF
 test_expect_success 'status (advice.statusHints false)' '
        test_config advice.statusHints false &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 
 '
 
@@ -296,7 +296,7 @@ Ignored files:
 
 EOF
        git status --ignored >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status with gitignore (nothing untracked)' '
@@ -358,7 +358,7 @@ Ignored files:
 
 EOF
        git status --ignored >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >.gitignore <<\EOF
@@ -380,7 +380,7 @@ EOF
 test_expect_success 'status -s -b' '
 
        git status -s -b >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 
 '
 
@@ -390,7 +390,7 @@ test_expect_success 'status -s -z -b' '
        git status -s -z -b >output &&
        nul_to_q <output >output.q &&
        mv output.q output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'setup dir3' '
@@ -418,13 +418,13 @@ Changes not staged for commit:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status -uno >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status (status.showUntrackedFiles no)' '
        test_config status.showuntrackedfiles no &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status -uno (advice.statusHints false)' '
@@ -443,7 +443,7 @@ Untracked files not listed
 EOF
        test_config advice.statusHints false &&
        git status -uno >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect << EOF
@@ -487,13 +487,13 @@ Untracked files:
 
 EOF
        git status -unormal >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status (status.showUntrackedFiles normal)' '
        test_config status.showuntrackedfiles normal &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<EOF
@@ -543,13 +543,13 @@ Untracked files:
 
 EOF
        git status -uall >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status (status.showUntrackedFiles all)' '
        test_config status.showuntrackedfiles all &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'teardown dir3' '
@@ -601,7 +601,7 @@ Untracked files:
 
 EOF
        (cd dir1 && git status) >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<\EOF
@@ -670,13 +670,13 @@ Untracked files:
 EOF
        test_config color.ui auto &&
        test_terminal git status | test_decode_color >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success TTY 'status with color.status' '
        test_config color.status auto &&
        test_terminal git status | test_decode_color >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<\EOF
@@ -718,7 +718,7 @@ EOF
 test_expect_success TTY 'status -s -b with color.status' '
 
        test_terminal git status -s -b | test_decode_color >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 
 '
 
@@ -793,7 +793,7 @@ Untracked files:
 EOF
        test_config status.relativePaths false &&
        (cd dir1 && git status) >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 
 '
 
@@ -860,7 +860,7 @@ Untracked files:
 
 EOF
        git commit --dry-run dir1/modified >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<EOF
@@ -921,13 +921,13 @@ Untracked files:
 
 EOF
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 # we expect the same as the previous test
 test_expect_success 'status --untracked-files=all does not show submodule' '
        git status --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<EOF
@@ -984,13 +984,13 @@ Untracked files:
 EOF
        git config status.submodulesummary 10 &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'status submodule summary with status.displayCommentPrefix=false' '
        strip_comments expect &&
        git -c status.displayCommentPrefix=false status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'commit with submodule summary ignores status.displayCommentPrefix' '
@@ -1035,9 +1035,9 @@ EOF
        git commit -m "commit submodule" &&
        git config status.submodulesummary 10 &&
        test_must_fail git commit --dry-run >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 cat >expect <<EOF
@@ -1091,7 +1091,7 @@ Untracked files:
 EOF
        git config status.submodulesummary 10 &&
        git commit --dry-run --amend >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success POSIXPERM,SANITY 'status succeeds in a read-only repository' '
@@ -1143,17 +1143,17 @@ Untracked files:
 EOF
        echo modified  sm/untracked &&
        git status --ignore-submodules=untracked >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success '.gitmodules ignore=untracked suppresses submodules with untracked content' '
        test_config diff.ignoreSubmodules dirty &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --add -f .gitmodules submodule.subname.ignore untracked &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1163,14 +1163,14 @@ test_expect_success '.git/config ignore=untracked suppresses submodules with unt
        git config --add submodule.subname.ignore untracked &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config --remove-section -f .gitmodules submodule.subname
 '
 
 test_expect_success '--ignore-submodules=dirty suppresses submodules with untracked content' '
        git status --ignore-submodules=dirty >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success '.gitmodules ignore=dirty suppresses submodules with untracked content' '
@@ -1180,7 +1180,7 @@ test_expect_success '.gitmodules ignore=dirty suppresses submodules with untrack
        git config --add -f .gitmodules submodule.subname.ignore dirty &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1190,7 +1190,7 @@ test_expect_success '.git/config ignore=dirty suppresses submodules with untrack
        git config --add submodule.subname.ignore dirty &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
@@ -1198,14 +1198,14 @@ test_expect_success '.git/config ignore=dirty suppresses submodules with untrack
 test_expect_success '--ignore-submodules=dirty suppresses submodules with modified content' '
        echo modified >sm/foo &&
        git status --ignore-submodules=dirty >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success '.gitmodules ignore=dirty suppresses submodules with modified content' '
        git config --add -f .gitmodules submodule.subname.ignore dirty &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1215,7 +1215,7 @@ test_expect_success '.git/config ignore=dirty suppresses submodules with modifie
        git config --add submodule.subname.ignore dirty &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
@@ -1253,14 +1253,14 @@ Untracked files:
 
 EOF
        git status --ignore-submodules=untracked > output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success ".gitmodules ignore=untracked doesn't suppress submodules with modified content" '
        git config --add -f .gitmodules submodule.subname.ignore untracked &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1270,7 +1270,7 @@ test_expect_success ".git/config ignore=untracked doesn't suppress submodules wi
        git config --add submodule.subname.ignore untracked &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
@@ -1314,14 +1314,14 @@ Untracked files:
 
 EOF
        git status --ignore-submodules=untracked > output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success ".gitmodules ignore=untracked doesn't suppress submodule summary" '
        git config --add -f .gitmodules submodule.subname.ignore untracked &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1331,20 +1331,20 @@ test_expect_success ".git/config ignore=untracked doesn't suppress submodule sum
        git config --add submodule.subname.ignore untracked &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
 test_expect_success "--ignore-submodules=dirty doesn't suppress submodule summary" '
        git status --ignore-submodules=dirty > output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 test_expect_success ".gitmodules ignore=dirty doesn't suppress submodule summary" '
        git config --add -f .gitmodules submodule.subname.ignore dirty &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1354,7 +1354,7 @@ test_expect_success ".git/config ignore=dirty doesn't suppress submodule summary
        git config --add submodule.subname.ignore dirty &&
        git config --add submodule.subname.path sm &&
        git status >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
@@ -1398,7 +1398,7 @@ EOF
 test_expect_success "status (core.commentchar with submodule summary)" '
        test_config core.commentchar ";" &&
        git -c status.displayCommentPrefix=true status >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success "status (core.commentchar with two chars with submodule summary)" '
@@ -1429,7 +1429,7 @@ Untracked files:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --ignore-submodules=all > output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success '.gitmodules ignore=all suppresses unstaged submodule summary' '
@@ -1460,7 +1460,7 @@ EOF
        git config --add -f .gitmodules submodule.subname.ignore all &&
        git config --add -f .gitmodules submodule.subname.path sm &&
        git status > output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
 
@@ -1470,7 +1470,7 @@ test_expect_success '.git/config ignore=all suppresses unstaged submodule summar
        git config --add submodule.subname.ignore all &&
        git config --add submodule.subname.path sm &&
        git status > output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '
@@ -1571,7 +1571,7 @@ Changes not staged for commit:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git commit -uno --dry-run >output &&
-       test_i18ncmp expect output &&
+       test_cmp expect output &&
        git status -s --ignore-submodules=dirty >output &&
        test_i18ngrep "^M. sm" output
 '
index 9f5e3ce7931991d29d9108b8f8522c1eba6e3bc6..7f2956d77ad033a57981a9569db3ef803ef93961 100755 (executable)
@@ -41,7 +41,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -61,7 +61,7 @@ Changes to be committed:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -93,7 +93,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -116,7 +116,7 @@ Changes to be committed:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -154,7 +154,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -180,7 +180,7 @@ Changes to be committed:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -210,7 +210,7 @@ You are currently editing a commit while rebasing branch '\''rebase_i_edit'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -249,7 +249,7 @@ Changes not staged for commit:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -282,7 +282,7 @@ You are currently editing a commit while rebasing branch '\''amend_last'\'' on '
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -321,7 +321,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -356,7 +356,7 @@ Changes not staged for commit:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -387,7 +387,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -418,7 +418,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -454,7 +454,7 @@ Changes not staged for commit:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -486,7 +486,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -519,7 +519,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -557,7 +557,7 @@ Changes not staged for commit:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -591,7 +591,7 @@ You are currently editing a commit while rebasing branch '\''several_edits'\'' o
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -619,7 +619,7 @@ You are in the middle of an am session.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -641,7 +641,7 @@ You are in the middle of an am session.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -664,7 +664,7 @@ The current patch is empty.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -687,7 +687,7 @@ You are currently bisecting, started from branch '\''bisect'\''.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -712,7 +712,7 @@ Unmerged paths:
 no changes added to commit
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -746,7 +746,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 
@@ -770,7 +770,7 @@ Changes to be committed:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status when cherry-picking after committing conflict resolution' '
@@ -789,7 +789,7 @@ Cherry-pick currently in progress.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status shows cherry-pick with invalid oid' '
@@ -798,7 +798,7 @@ test_expect_success 'status shows cherry-pick with invalid oid' '
        git status --untracked-files=no >actual 2>err &&
        git cherry-pick --quit &&
        test_must_be_empty err &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status does not show error if .git/sequencer is a file' '
@@ -816,7 +816,7 @@ HEAD detached at atag
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual &&
+       test_cmp expected actual &&
 
        git reset --hard HEAD^ &&
        cat >expected <<\EOF &&
@@ -824,7 +824,7 @@ HEAD detached from atag
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status while reverting commit (conflicts)' '
@@ -852,7 +852,7 @@ Unmerged paths:
 no changes added to commit (use "git add" and/or "git commit -a")
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status while reverting commit (conflicts resolved)' '
@@ -872,7 +872,7 @@ Changes to be committed:
 Untracked files not listed (use -u option to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status after reverting commit' '
@@ -882,7 +882,7 @@ On branch main
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status while reverting after committing conflict resolution' '
@@ -901,7 +901,7 @@ Revert currently in progress.
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'prepare for different number of commits rebased' '
@@ -931,7 +931,7 @@ You are currently editing a commit while rebasing branch '\''several_commits'\''
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status: two commands done with some white lines in done file' '
@@ -959,7 +959,7 @@ You are currently editing a commit while rebasing branch '\''several_commits'\''
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status: two remaining commands with some white lines in todo file' '
@@ -988,7 +988,7 @@ You are currently editing a commit while rebasing branch '\''several_commits'\''
 nothing to commit (use -u to show untracked files)
 EOF
        git status --untracked-files=no >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_expect_success 'status: handle not-yet-started rebase -i gracefully' '
@@ -1007,7 +1007,7 @@ You are currently editing a commit while rebasing branch '\''several_commits'\''
 
 nothing to commit (use -u to show untracked files)
 EOF
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_done
index fbfdcca000777461aed96c19eb7c2cc4b298c86c..45d025f96010da185f4af33b02ee60004236b1ea 100755 (executable)
@@ -236,7 +236,7 @@ test_expect_success 'refresh_index() invalidates fsmonitor cache' '
        git reset HEAD~1 &&
        git status >actual &&
        git -c core.fsmonitor= status >expect &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 # test fsmonitor with and without preloadIndex
@@ -273,7 +273,7 @@ do
                        git add dir2/new &&
                        git status >actual &&
                        git -c core.fsmonitor= status >expect &&
-                       test_i18ncmp expect actual
+                       test_cmp expect actual
                '
 
                # Make sure it's actually skipping the check for modified and untracked
index 91790943c3df0555c1dbaadc05a0832f4961f9bf..a88b02b06ed34234abfb3aa3131dd31a7d364141 100755 (executable)
@@ -30,7 +30,7 @@ test_expect_success 'Verify behavior of status on directories with ignored files
                dir/ignored/ignored_1.ign dir/ignored/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=matching --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify status behavior on directory with tracked & ignored files' '
@@ -55,7 +55,7 @@ test_expect_success 'Verify status behavior on directory with tracked & ignored
        git commit -m "commit tracked files" &&
 
        git status --porcelain=v2 --ignored=matching --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify status behavior on directory with untracked and ignored files' '
@@ -80,7 +80,7 @@ test_expect_success 'Verify status behavior on directory with untracked and igno
                dir/untracked_ignored/ignored_1.ign dir/untracked_ignored/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=matching --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify status matching ignored files on ignored directory' '
@@ -96,7 +96,7 @@ test_expect_success 'Verify status matching ignored files on ignored directory'
                ignored_dir/ignored_1.ign ignored_dir/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=matching --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify status behavior on ignored directory containing tracked file' '
@@ -117,7 +117,7 @@ test_expect_success 'Verify status behavior on ignored directory containing trac
        git add -f ignored_dir/tracked &&
        git commit -m "Force add file in ignored directory" &&
        git status --porcelain=v2 --ignored=matching --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify matching ignored files with --untracked-files=normal' '
@@ -136,7 +136,7 @@ test_expect_success 'Verify matching ignored files with --untracked-files=normal
                ignored_files/ignored_1.ign ignored_files/ignored_2.ign \
                untracked_dir/untracked &&
        git status --porcelain=v2 --ignored=matching --untracked-files=normal >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify matching ignored files with --untracked-files=normal' '
@@ -155,7 +155,7 @@ test_expect_success 'Verify matching ignored files with --untracked-files=normal
                ignored_files/ignored_1.ign ignored_files/ignored_2.ign \
                untracked_dir/untracked &&
        git status --porcelain=v2 --ignored=matching --untracked-files=normal >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify status behavior on ignored directory containing tracked file' '
@@ -176,7 +176,7 @@ test_expect_success 'Verify status behavior on ignored directory containing trac
        git add -f ignored_dir/tracked &&
        git commit -m "Force add file in ignored directory" &&
        git status --porcelain=v2 --ignored=matching --untracked-files=normal >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify behavior of status with --ignored=no' '
@@ -191,7 +191,7 @@ test_expect_success 'Verify behavior of status with --ignored=no' '
                dir/ignored/ignored_1.ign dir/ignored/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=no --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify behavior of status with --ignored=traditional and --untracked-files=all' '
@@ -210,7 +210,7 @@ test_expect_success 'Verify behavior of status with --ignored=traditional and --
                dir/ignored/ignored_1.ign dir/ignored/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=traditional --untracked-files=all >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_expect_success 'Verify behavior of status with --ignored=traditional and --untracked-files=normal' '
@@ -227,7 +227,7 @@ test_expect_success 'Verify behavior of status with --ignored=traditional and --
                dir/ignored/ignored_1.ign dir/ignored/ignored_2.ign &&
 
        git status --porcelain=v2 --ignored=traditional --untracked-files=normal >output &&
-       test_i18ncmp expect output
+       test_cmp expect output
 '
 
 test_done
index b2c1d861dcb07aa0dd87b8b88269d9e7cb5d69aa..1cbc9715a81bdc9cf13bbe6d1341388468d0d047 100755 (executable)
@@ -272,7 +272,7 @@ test_expect_success 'merge c3 with c7 with commit.cleanup = scissors' '
        EOF
        git cat-file commit HEAD >raw &&
        sed -e "1,/^$/d" raw >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_expect_success 'merge c3 with c7 with --squash commit.cleanup = scissors' '
@@ -296,7 +296,7 @@ test_expect_success 'merge c3 with c7 with --squash commit.cleanup = scissors' '
        EOF
        git cat-file commit HEAD >raw &&
        sed -e "1,/^$/d" raw >actual &&
-       test_i18ncmp expect actual
+       test_cmp expect actual
 '
 
 test_debug 'git log --graph --decorate --oneline --all'
index 13859ec8595f7f5abc32cc5322e83328a4556319..a9c816b47f269ad0bf073f97f50e03a6ba3890d7 100755 (executable)
@@ -66,7 +66,7 @@ EOF
 test_expect_success 'merge output uses pretty names' '
        git reset --hard c1 &&
        git merge c2 c3 c4 >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 cat >expected <<\EOF
@@ -84,7 +84,7 @@ test_expect_success 'merge reduces irrelevant remote heads' '
                rm expected.tmp
        fi &&
        GIT_MERGE_VERBOSITY=0 git merge c4 c5 >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 cat >expected <<\EOF
@@ -101,7 +101,7 @@ EOF
 test_expect_success 'merge fast-forward output uses pretty names' '
        git reset --hard c0 &&
        git merge c1 c2 >actual &&
-       test_i18ncmp expected actual
+       test_cmp expected actual
 '
 
 test_done
index 8f7591c9ccdac33a46b8db0caa59030c670e8d79..edfaa9a6d1cbe962c5b3e138adc529a5df3397e7 100755 (executable)
@@ -969,7 +969,7 @@ do
        "
 done
 
-test_expect_success !PTHREADS,C_LOCALE_OUTPUT 'grep --threads=N or pack.threads=N warns when no pthreads' '
+test_expect_success !PTHREADS 'grep --threads=N or pack.threads=N warns when no pthreads' '
        git grep --threads=2 Hello hello_world 2>err &&
        grep ^warning: err >warnings &&
        test_line_count = 1 warnings &&
index 03cd5c5423627fa7c5162fb84ad41cdb1960a645..f00deaf3815f3b49c42da4021335e011bbcb3c32 100755 (executable)
@@ -56,11 +56,8 @@ test_expect_success 'autocorrect can be declined altogether' '
        git config help.autocorrect never &&
 
        test_must_fail git lfg 2>actual &&
-       if test_have_prereq C_LOCALE_OUTPUT
-       then
-               grep "is not a git command" actual &&
-               test_line_count = 1 actual
-       fi
+       grep "is not a git command" actual &&
+       test_line_count = 1 actual
 '
 
 test_done
index 987a6c1936d8b1c01f053a9f5eaa42781418ce11..d3f6af6a65451cdd7868e5dc355b44fed49a0670 100644 (file)
@@ -1489,11 +1489,6 @@ test -n "$USE_LIBPCRE2" && test_set_prereq PCRE
 test -n "$USE_LIBPCRE2" && test_set_prereq LIBPCRE2
 test -z "$NO_GETTEXT" && test_set_prereq GETTEXT
 
-# Used to be used for GIT_TEST_GETTEXT_POISON=false. Only here as a
-# shim for other in-flight changes. Should not be used and will be
-# removed soon.
-test_set_prereq C_LOCALE_OUTPUT
-
 if test -z "$GIT_TEST_CHECK_CACHE_TREE"
 then
        GIT_TEST_CHECK_CACHE_TREE=true