Commit 2984f319 by Ben Straub

Don't use win32-only macro in test code

parent 8c8a5490
......@@ -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};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment