summaryrefslogtreecommitdiff
path: root/t/t5601-clone.sh
diff options
context:
space:
mode:
authorTorsten Bögershausen <tboegi@web.de>2018-11-22 17:59:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-24 01:41:24 (GMT)
commita7f609ec5f3e6b086d097c760ce40b6d20f4db41 (patch)
tree1198002c0ea223a6fdfdafc4ccd2519529960642 /t/t5601-clone.sh
parente66ceca94b6137dd73cab8b19ba8c890a0055544 (diff)
downloadgit-a7f609ec5f3e6b086d097c760ce40b6d20f4db41.zip
git-a7f609ec5f3e6b086d097c760ce40b6d20f4db41.tar.gz
git-a7f609ec5f3e6b086d097c760ce40b6d20f4db41.tar.bz2
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>
Diffstat (limited to 't/t5601-clone.sh')
-rwxr-xr-xt/t5601-clone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5601-clone.sh b/t/t5601-clone.sh
index 3888c97..2424fb3 100755
--- a/t/t5601-clone.sh
+++ b/t/t5601-clone.sh
@@ -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