X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2200-add-update.sh;h=4cdebda6a5c9b893f46e99b5b565cc4b70efb2db;hb=8327ee8677e3cdee4fc3563b9e5565405068e41e;hp=7206c1374127ed7c1f9ad6d422e535458cb217b4;hpb=d9ac3e41c37ea565d8227d942b4f468616c9813a;p=git.git diff --git a/t/t2200-add-update.sh b/t/t2200-add-update.sh index 7206c1374..4cdebda6a 100755 --- a/t/t2200-add-update.sh +++ b/t/t2200-add-update.sh @@ -111,7 +111,7 @@ test_expect_success 'touch and then add explicitly' ' ' -test_expect_success C_LOCALE_OUTPUT 'add -n -u should not add but just report' ' +test_expect_success 'add -n -u should not add but just report' ' ( echo "add '\''check'\''" && @@ -124,7 +124,7 @@ test_expect_success C_LOCALE_OUTPUT '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 '