Skip to content
Snippets Groups Projects
Commit 590e5b88 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

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
parents ab15ccde a7f609ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -628,7 +628,7 @@ test_expect_success 'clone on case-insensitive fs' '
)
'
 
test_expect_success !MINGW,CASE_INSENSITIVE_FS 'colliding file detection' '
test_expect_success CASE_INSENSITIVE_FS 'colliding file detection' '
grep X icasefs/warning &&
grep x icasefs/warning &&
test_i18ngrep "the following paths have collided" icasefs/warning
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment