t0050: Set core.ignorecase case to activate case insensitivity
commitb4a299d87ca7a1d39c699ee2af28305e57f3b0ae
authorSteffen Prohaska <prohaska@zib.de>
Sun, 11 May 2008 16:16:41 +0000 (11 18:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 18:31:46 +0000 (11 11:31 -0700)
tree137bea47ef01f5afd23ddef2222395e1939a975c
parent1c51c7d7d97acb447050a820dc39d242dc29c5df
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>
t/t0050-filesystem.sh