Commit c628ebca63316954b012fc9469e97513759d0353

Carlos Martín Nieto 2015-09-29T21:46:00

Merge pull request #3443 from libgit2/longpath-printf win32::longpath: don't print path

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/win32/longpath.c b/tests/win32/longpath.c
index 4fe851c..6de7d38 100644
--- a/tests/win32/longpath.c
+++ b/tests/win32/longpath.c
@@ -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
 }