mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 13:12:22 +00:00
Fix broken test suite on Windows
This commit is contained in:
parent
19ae843937
commit
d226fbf1aa
@ -494,9 +494,8 @@ void test_network_remote_local__push_delete(void)
|
|||||||
cl_git_pass(git_remote_push(remote, &specs, NULL, NULL, NULL));
|
cl_git_pass(git_remote_push(remote, &specs, NULL, NULL, NULL));
|
||||||
cl_git_fail(git_reference_lookup(&ref, dst_repo, "refs/heads/master"));
|
cl_git_fail(git_reference_lookup(&ref, dst_repo, "refs/heads/master"));
|
||||||
|
|
||||||
cl_fixture_cleanup("target.git");
|
|
||||||
|
|
||||||
git_remote_free(remote);
|
git_remote_free(remote);
|
||||||
git_repository_free(dst_repo);
|
git_repository_free(dst_repo);
|
||||||
git_repository_free(src_repo);
|
cl_fixture_cleanup("target.git");
|
||||||
|
cl_git_sandbox_cleanup();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user