Skip to content

Commit a7f609e

Browse files
tboegigitster
authored andcommitted
t5601-99: Enable colliding file detection for MINGW
Commit b878579 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e66ceca commit a7f609e

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)