Skip to content

Commit

Permalink
t0050: honor CASE_INSENSITIVE_FS in add (with different case)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Torsten Bögershausen authored and Junio C Hamano committed Jan 22, 2013
1 parent 004c0be commit 4084475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0050-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 4084475

Please sign in to comment.