3 test_description
='git-status with core.ignorecase=true'
5 TEST_PASSES_SANITIZE_LEAK
=true
8 test_expect_success
'status with hash collisions' '
9 # note: "V/", "V/XQANY/" and "WURZAUP/" produce the same hash code
10 # in name-hash.c::hash_name
15 git config core.ignorecase true &&
17 # test is successful if git status completes (no endless loop)