t5601-99: Enable colliding file detection for MINGW

Commit b878579ae7 (clone: report duplicate entries on case-insensitive
filesystems - 2018-08-17) adds a warning to user when cloning a repo
with case-sensitive file names on a case-insensitive file system.

This test has never been enabled for MINGW.
It had been working since day 1, but I forget to report that to the
author.
Enable it after a re-test.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Torsten Bögershausen 2018-11-22 18:59:52 +01:00 committed by Junio C Hamano
parent e66ceca94b
commit a7f609ec5f
1 changed files with 1 additions and 1 deletions

View File

@ -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