Skip to content

Commit 590e5b8

Browse files
committed
Merge branch 'tb/clone-case-smashing-warning-test'
The code recently added to "git clone" to see if the platform's filesystem is adequate to check out and use the project code correctly (e.g. a case smashing filesystem cannot be used for a project with two files whose paths are different only in case) was meant to help Windows users, but the test for it was not enabled for that platform, which has been corrected. * tb/clone-case-smashing-warning-test: t5601-99: Enable colliding file detection for MINGW
2 parents ab15ccd + a7f609e commit 590e5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5601-clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ test_expect_success 'clone on case-insensitive fs' '
628628
)
629629
'
630630

631-
test_expect_success !MINGW,CASE_INSENSITIVE_FS 'colliding file detection' '
631+
test_expect_success CASE_INSENSITIVE_FS 'colliding file detection' '
632632
grep X icasefs/warning &&
633633
grep x icasefs/warning &&
634634
test_i18ngrep "the following paths have collided" icasefs/warning

0 commit comments

Comments
 (0)