diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-05-20 08:33:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-20 08:33:26 -0700 |
commit | 74c6cba6d82a2947c0f80b6343b9ca281ee325b3 (patch) | |
tree | c5f551ec84ec562eba3345efef58989ca7f85212 /t/t1509-root-work-tree.sh | |
parent | Git 2.27-rc0 (diff) | |
parent | t1509: correct i18n test (diff) | |
download | tgif-74c6cba6d82a2947c0f80b6343b9ca281ee325b3.tar.xz |
Merge branch 'dd/t1509-i18n-fix'
A few tests were not i18n clean.
* dd/t1509-i18n-fix:
t1509: correct i18n test
Diffstat (limited to 't/t1509-root-work-tree.sh')
-rwxr-xr-x | t/t1509-root-work-tree.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t1509-root-work-tree.sh b/t/t1509-root-work-tree.sh index 553a3f601b..fd2f7abf1c 100755 --- a/t/t1509-root-work-tree.sh +++ b/t/t1509-root-work-tree.sh @@ -221,7 +221,7 @@ test_expect_success 'setup' ' rm -rf /.git && echo "Initialized empty Git repository in /.git/" > expected && git init > result && - test_cmp expected result + test_i18ncmp expected result ' test_vars 'auto gitdir, root' ".git" "/" "" @@ -246,7 +246,7 @@ test_expect_success 'setup' ' cd / && echo "Initialized empty Git repository in /" > expected && git init --bare > result && - test_cmp expected result + test_i18ncmp expected result ' test_vars 'auto gitdir, root' "." "" "" |