Commit 5a20196f by Ben Straub

Fix warning on msvc build.

parent ec532d5e
...@@ -117,7 +117,7 @@ void test_clone_clone__network_bare(void) ...@@ -117,7 +117,7 @@ void test_clone_clone__network_bare(void)
void test_clone_clone__already_exists(void) void test_clone_clone__already_exists(void)
{ {
mkdir("./foo", GIT_DIR_MODE); p_mkdir("./foo", GIT_DIR_MODE);
cl_git_fail(git_clone(&g_repo, cl_git_fail(git_clone(&g_repo,
"https://github.com/libgit2/libgit2.git", "https://github.com/libgit2/libgit2.git",
"./foo", NULL)); "./foo", NULL));
......
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