From: Torsten Bögershausen Date: Mon, 21 Jan 2013 16:46:15 +0000 (+0100) Subject: t0050: honor CASE_INSENSITIVE_FS in add (with different case) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4084475b204f5fe564eca19d445a1d4cd08ae73a;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t0050-filesystem.sh b/t/t0050-filesystem.sh index ccd685dc1..a6fa3c543 100755 --- a/t/t0050-filesystem.sh +++ b/t/t0050-filesystem.sh @@ -88,7 +88,7 @@ test_expect_success 'merge (case change)' ' -test_expect_failure 'add (with different case)' ' +test_expect_failure CASE_INSENSITIVE_FS 'add (with different case)' ' git reset --hard initial && rm camelcase &&