We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efcab5b + 27e29f8 commit 74c6cbaCopy full SHA for 74c6cba
t/t1509-root-work-tree.sh
@@ -221,7 +221,7 @@ test_expect_success 'setup' '
221
rm -rf /.git &&
222
echo "Initialized empty Git repository in /.git/" > expected &&
223
git init > result &&
224
- test_cmp expected result
+ test_i18ncmp expected result
225
'
226
227
test_vars 'auto gitdir, root' ".git" "/" ""
@@ -246,7 +246,7 @@ test_expect_success 'setup' '
246
cd / &&
247
echo "Initialized empty Git repository in /" > expected &&
248
git init --bare > result &&
249
250
251
252
test_vars 'auto gitdir, root' "." "" ""
0 commit comments