diff options
author | nulltoken <emeric.fermas@gmail.com> | 2013-06-29 08:40:09 +0200 |
---|---|---|
committer | nulltoken <emeric.fermas@gmail.com> | 2013-06-29 12:12:53 +0200 |
commit | 0c9320d7e27a02d3b521d004bc561ea50ecdc871 (patch) | |
tree | c79b72cbb9f0429b6915c677a32b1aea0419b407 /tests-clar/repo/init.c | |
parent | 1ec680b84354b9fa9691f7ca65771df11845152c (diff) | |
download | libgit2-bug/status_case.tar.gz |
status: Add case insensitivity related failing testbug/status_case
Diffstat (limited to 'tests-clar/repo/init.c')
-rw-r--r-- | tests-clar/repo/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests-clar/repo/init.c b/tests-clar/repo/init.c index 8cf73795f..e0a0f67d5 100644 --- a/tests-clar/repo/init.c +++ b/tests-clar/repo/init.c @@ -223,8 +223,6 @@ void test_repo_init__detect_filemode(void) #endif } -#define CASE_INSENSITIVE_FILESYSTEM (defined GIT_WIN32 || defined __APPLE__) - void test_repo_init__detect_ignorecase(void) { #if CASE_INSENSITIVE_FILESYSTEM |