X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft6040-tracking-info.sh;h=a9b0ac1efc0eac3f50bd9fe26e5900307eddaba2;hb=22dbeee715e4c9fae3e3fdc1f3a2c4a6ec90e593;hp=6c3719141aa567b97de1228f53a6c49eaf139e8e;hpb=2c320e71bfae3d2972d41680a04b78cbd42cb941;p=git.git diff --git a/t/t6040-tracking-info.sh b/t/t6040-tracking-info.sh index 6c3719141..a9b0ac1ef 100755 --- a/t/t6040-tracking-info.sh +++ b/t/t6040-tracking-info.sh @@ -42,13 +42,13 @@ b3 behind 1 b4 ahead 2 EOF -test_expect_success C_LOCALE_OUTPUT 'branch -v' ' +test_expect_success 'branch -v' ' ( cd test && git branch -v ) | sed -n -e "$script" >actual && - test_cmp expect actual + test_i18ncmp expect actual ' test_expect_success 'checkout' '