Skip to content

Commit b4a299d

Browse files
sprohaskagitster
authored andcommitted
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>
1 parent 1c51c7d commit b4a299d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t0050-filesystem.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ fi
5050

5151
test_expect_success "setup case tests" '
5252
53+
git config core.ignorecase true &&
5354
touch camelcase &&
5455
git add camelcase &&
5556
git commit -m "initial" &&

0 commit comments

Comments
 (0)