Merge branch 'ab/i18n-fixup'
[gitweb.git] / t / t2200-add-update.sh
index 2ad2819a345af53ff6ab0b7c28fa313f1a0a5956..2d7d3115d592bdecee915c1d41c9166323749c6b 100755 (executable)
@@ -25,7 +25,7 @@ test_expect_success setup '
        echo initial >dir1/sub2 &&
        echo initial >dir2/sub3 &&
        git add check dir1 dir2 top foo &&
-       test_tick
+       test_tick &&
        git commit -m initial &&
 
        echo changed >check &&
@@ -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
 
 '