summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-09-29 21:46:00 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-09-29 21:46:00 +0200
commitc628ebca63316954b012fc9469e97513759d0353 (patch)
treec0780524162b4cb1da3b822da35a70ea37720b2b
parentfc3ef147ec592ddcd83c9fd817ef74f0e2d72ec3 (diff)
parentea467e74871830da77bec3e351172a637c139823 (diff)
downloadlibgit2-c628ebca63316954b012fc9469e97513759d0353.tar.gz
Merge pull request #3443 from libgit2/longpath-printf
win32::longpath: don't print path
-rw-r--r--tests/win32/longpath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/win32/longpath.c b/tests/win32/longpath.c
index 4fe851c2a..6de7d389a 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
}