Re: [PATCH] t6131 - skip tests if on case-insensitive file system

2013-07-17 Thread Junio C Hamano
Duy Nguyen writes: > On Wed, Jul 17, 2013 at 8:22 PM, Mark Levedahl wrote: >> This test fails on Cygwin where the default system configuration does not >> support case sensitivity (only case retention), so don't run the test on >> such systems. > > Yeah. I knew this when I wrote this test but fo

Re: [PATCH] t6131 - skip tests if on case-insensitive file system

2013-07-17 Thread Duy Nguyen
On Wed, Jul 17, 2013 at 8:22 PM, Mark Levedahl wrote: > This test fails on Cygwin where the default system configuration does not > support case sensitivity (only case retention), so don't run the test on > such systems. Yeah. I knew this when I wrote this test but forgot to put the check in. Tha

[PATCH] t6131 - skip tests if on case-insensitive file system

2013-07-17 Thread Mark Levedahl
This test fails on Cygwin where the default system configuration does not support case sensitivity (only case retention), so don't run the test on such systems. Signed-off-by: Mark Levedahl --- t/t6131-pathspec-icase.sh | 6 ++ 1 file changed, 6 insertions(+) diff --git a/t/t6131-pathsp