]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t3300-funny-names.sh
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / t / t3300-funny-names.sh
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' '