t7408: merge short tests, factor out testing method
[gitweb.git] / t / t7063-status-untracked-cache.sh
index a828a5f3b4b67c3f3241a8c7522b3b9307c809fa..c23a21cb74d56426a9948c0a37db512b093eaa57 100755 (executable)
@@ -643,7 +643,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_cmp ../expect ../err
+       test_i18ncmp ../expect ../err
 '
 
 test_done