t5601-99: Enable colliding file detection for MINGW
commita7f609ec5f3e6b086d097c760ce40b6d20f4db41
authorTorsten Bögershausen <tboegi@web.de>
Thu, 22 Nov 2018 17:59:52 +0000 (22 18:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Nov 2018 01:41:24 +0000 (24 10:41 +0900)
tree1198002c0ea223a6fdfdafc4ccd2519529960642
parente66ceca94b6137dd73cab8b19ba8c890a0055544
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>
t/t5601-clone.sh