]> git.proxmox.com Git - libgit2.git/commit - tests/libgit2/submodule/status.c
Case sensitivity issues on Linux
authorRussell Belfer <rb@github.com>
Tue, 8 Oct 2013 21:41:32 +0000 (14:41 -0700)
committerRussell Belfer <rb@github.com>
Tue, 8 Oct 2013 21:41:32 +0000 (14:41 -0700)
commitd5e83627e4ed764115175dc42090afe0df332fe3
tree6f7e98fc88c11dedc634f6a14777155d0cd50122
parent14997dc5f69e7ceebe502b32087d809a8482bf78
Case sensitivity issues on Linux

A couple of tests were actually dealing incorrectly with case
sensitivity issues on Linux because they were relying on having
core.ignorecase set to true.  Now that the fixture initialization
sets the case sensitivity to be accurate for the platform, it
exposed bugs in these tests.
tests-clar/status/renames.c
tests-clar/submodule/status.c