Commit 7dd51284 by Edward Thomson Committed by Carlos Martín Nieto

win32::longpath: don't print path

parent 6aed945f
......@@ -23,8 +23,6 @@ void test_win32_longpath__initialize(void)
for (i = 0; i < (remain - 5); i++)
git_buf_putc(&path, 'a');
printf("%s %" PRIuZ "\n", path.ptr, path.size);
#endif
}
......
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