Merge branch 'dd/t1509-i18n-fix'
A few tests were not i18n clean. * dd/t1509-i18n-fix: t1509: correct i18n test
This commit is contained in:
commit
74c6cba6d8
@ -221,7 +221,7 @@ test_expect_success 'setup' '
|
|||||||
rm -rf /.git &&
|
rm -rf /.git &&
|
||||||
echo "Initialized empty Git repository in /.git/" > expected &&
|
echo "Initialized empty Git repository in /.git/" > expected &&
|
||||||
git init > result &&
|
git init > result &&
|
||||||
test_cmp expected result
|
test_i18ncmp expected result
|
||||||
'
|
'
|
||||||
|
|
||||||
test_vars 'auto gitdir, root' ".git" "/" ""
|
test_vars 'auto gitdir, root' ".git" "/" ""
|
||||||
@ -246,7 +246,7 @@ test_expect_success 'setup' '
|
|||||||
cd / &&
|
cd / &&
|
||||||
echo "Initialized empty Git repository in /" > expected &&
|
echo "Initialized empty Git repository in /" > expected &&
|
||||||
git init --bare > result &&
|
git init --bare > result &&
|
||||||
test_cmp expected result
|
test_i18ncmp expected result
|
||||||
'
|
'
|
||||||
|
|
||||||
test_vars 'auto gitdir, root' "." "" ""
|
test_vars 'auto gitdir, root' "." "" ""
|
||||||
|
Loading…
Reference in New Issue
Block a user