X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2200-add-update.sh;h=4cdebda6a5c9b893f46e99b5b565cc4b70efb2db;hb=b5e104a0e69f224b89a849fa1e9b4064a36c2f4b;hp=7206c1374127ed7c1f9ad6d422e535458cb217b4;hpb=5a6d82d0865a616bf22b9bbc3baea1ad4bd4b21b;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 '