mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 07:20:07 +00:00
fetch: do set prune when testing
We load the remote again, so we need to ask the new remote to prune the refs, or we're not exercising the code in our tests.
This commit is contained in:
parent
5e0c3d2d1a
commit
020aab9308
@ -159,6 +159,7 @@ void test_network_fetchlocal__prune_overlapping(void)
|
||||
cl_git_pass(git_config_set_multivar(config, "remote.origin.fetch", "^$", "refs/heads/*:refs/remotes/origin/*"));
|
||||
|
||||
cl_git_pass(git_remote_lookup(&origin, repo, GIT_REMOTE_ORIGIN));
|
||||
git_remote_set_prune_refs(origin, true);
|
||||
git_remote_set_callbacks(origin, &callbacks);
|
||||
cl_git_pass(git_remote_fetch(origin, NULL, NULL, NULL));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user