Code

Merge branch 'jc/fix-diff-files-unmerged'
[git.git] / t / t2200-add-update.sh
index 0692427cb69c62327da52061de6238ca8e12169d..2d7d3115d592bdecee915c1d41c9166323749c6b 100755 (executable)
@@ -124,7 +124,7 @@ test_expect_success 'add -n -u should not add but just report' '
        after=$(git ls-files -s check top) &&
 
        test "$before" = "$after" &&
-       test_cmp expect actual
+       test_i18ncmp expect actual
 
 '