Skip to content

Commit

Permalink
t0050: Set core.ignorecase case to activate case insensitivity
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steffen Prohaska authored and Junio C Hamano committed May 11, 2008
1 parent 1c51c7d commit b4a299d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t0050-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ fi

test_expect_success "setup case tests" '
git config core.ignorecase true &&
touch camelcase &&
git add camelcase &&
git commit -m "initial" &&
Expand Down

0 comments on commit b4a299d

Please sign in to comment.