t0050: Set core.ignorecase case to activate case insensitivity
Case insensitive file handling is only active when core.ignorecase = true. Hence, we need to set it to give the tests in t0050 a chance to succeed. Setting core.ignorecase explicitly allows to test some aspects of case handling even on case sensitive file systems. Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1c51c7d7d9
commit
b4a299d87c
@ -50,6 +50,7 @@ fi
|
|||||||
|
|
||||||
test_expect_success "setup case tests" '
|
test_expect_success "setup case tests" '
|
||||||
|
|
||||||
|
git config core.ignorecase true &&
|
||||||
touch camelcase &&
|
touch camelcase &&
|
||||||
git add camelcase &&
|
git add camelcase &&
|
||||||
git commit -m "initial" &&
|
git commit -m "initial" &&
|
||||||
|
Loading…
Reference in New Issue
Block a user