]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7001-mv.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t7001-mv.sh
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)" ] &&
        (