We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf9a0b commit 0d30e7bCopy full SHA for 0d30e7b
tests/win32/longpath.c
@@ -64,6 +64,7 @@ void test_win32_longpath__workdir_path_validated(void)
64
#endif
65
}
66
67
+#ifdef GIT_WIN32
68
static void assert_longpath_status_and_add(git_repository* repo) {
69
git_index *index;
70
git_buf out = GIT_BUF_INIT;
@@ -85,6 +86,7 @@ static void assert_longpath_status_and_add(git_repository* repo) {
85
86
git_index_free(index);
87
git_buf_dispose(&out);
88
89
+#endif
90
91
void test_win32_longpath__status_and_add(void)
92
{
0 commit comments