mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-23 20:05:02 +00:00
Don't use win32-only macro in test code
This commit is contained in:
parent
8c8a549010
commit
2984f3190e
@ -868,7 +868,7 @@ void test_status_worktree__sorting_by_case(void)
|
||||
|
||||
void test_status_worktree__long_filenames(void)
|
||||
{
|
||||
char path[GIT_WIN_PATH_UTF8];
|
||||
char path[260*4+1];
|
||||
const char *expected_paths[] = {path};
|
||||
const unsigned int expected_statuses[] = {GIT_STATUS_WT_NEW};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user