diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-12 15:50:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-13 15:52:47 -0700 |
commit | c36f94123bb16d412fc0f7c49d655bfe4259c4b6 (patch) | |
tree | e7971fae1e5bf43986ecb9391fb8874ad1cb4bd9 /t/t2200-add-update.sh | |
parent | 33d56fa0768951caec5217a6ed8b04cfbf1bce4e (diff) | |
download | git-c36f94123bb16d412fc0f7c49d655bfe4259c4b6.tar.gz |
i18n: use test_i18ncmp in t1200 and t2200
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2200-add-update.sh')
-rwxr-xr-x | t/t2200-add-update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t2200-add-update.sh b/t/t2200-add-update.sh index 856e7da1f2..2d7d3115d5 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 ' |