Skip to content

Commit 4084475

Browse files
tboegigitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 004c0be commit 4084475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0050-filesystem.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test_expect_success 'merge (case change)' '
8888

8989

9090

91-
test_expect_failure 'add (with different case)' '
91+
test_expect_failure CASE_INSENSITIVE_FS 'add (with different case)' '
9292
9393
git reset --hard initial &&
9494
rm camelcase &&

0 commit comments

Comments
 (0)