]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7063-status-untracked-cache.sh
Merge branch 'ab/detox-gettext-tests'
[thirdparty/git.git] / t / t7063-status-untracked-cache.sh
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' '