t0050: honor CASE_INSENSITIVE_FS in add (with different case)
commit4084475b204f5fe564eca19d445a1d4cd08ae73a
authorTorsten Bögershausen <tboegi@web.de>
Mon, 21 Jan 2013 16:46:15 +0000 (21 17:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2013 01:13:35 +0000 (21 17:13 -0800)
tree65589707a1e2ca9ffde1a805d54a5e8748a4b900
parent004c0be766f57ffbf5538aeb3edfd3c650f6ceae
t0050: honor CASE_INSENSITIVE_FS in add (with different case)

The test case "add (with different case)" indicates a
known breakage when run on a case insensitive file system.

The test is invalid for case sensitive file system, it will always fail.

Check the precondition CASE_INSENSITIVE_FS before running it.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0050-filesystem.sh