mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 20:29:27 +00:00
Fix MSSVC compilation issue
This commit is contained in:
parent
69d1bd9125
commit
6bd09ecc14
@ -44,9 +44,10 @@ void test_clone_nonetwork__local(void)
|
|||||||
|
|
||||||
void test_clone_nonetwork__local_absolute_path(void)
|
void test_clone_nonetwork__local_absolute_path(void)
|
||||||
{
|
{
|
||||||
|
const char *local_src;
|
||||||
cl_set_cleanup(&cleanup_repository, "./foo");
|
cl_set_cleanup(&cleanup_repository, "./foo");
|
||||||
|
|
||||||
const char *local_src = cl_fixture("testrepo.git");
|
local_src = cl_fixture("testrepo.git");
|
||||||
cl_git_pass(git_clone(&g_repo, local_src, "./foo", &g_options));
|
cl_git_pass(git_clone(&g_repo, local_src, "./foo", &g_options));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user