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