mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-27 22:41:37 +00:00
Fix warning on msvc build.
This commit is contained in:
parent
ec532d5ede
commit
5a20196f2d
@ -117,7 +117,7 @@ void test_clone_clone__network_bare(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,
|
||||
"https://github.com/libgit2/libgit2.git",
|
||||
"./foo", NULL));
|
||||
|
Loading…
Reference in New Issue
Block a user