]> git.proxmox.com Git - libgit2.git/commitdiff
Don't use win32-only macro in test code
authorBen Straub <bs@github.com>
Wed, 7 Aug 2013 12:55:12 +0000 (05:55 -0700)
committerBen Straub <bs@github.com>
Wed, 7 Aug 2013 18:47:56 +0000 (11:47 -0700)
tests-clar/status/worktree.c

index 10efd74734a2754157ffee5f0de92887fa9c9819..be7398cb6195776a6367608a244d40df5937e489 100644 (file)
@@ -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};