sha1_file: drop free_pack_by_name
[gitweb.git] / t / t7063-status-untracked-cache.sh
index a971884cfd8f03de29c978734812ab295fcbb08f..38b3890532ddfdef1f110e37aefe404596752703 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