mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-04 20:05:38 +00:00
Silence unused return value warning
This commit is contained in:
parent
5387cfee4c
commit
0478b7f472
@ -47,7 +47,7 @@ void test_pack_packbuilder__cleanup(void)
|
||||
git_indexer_free(_indexer);
|
||||
_indexer = NULL;
|
||||
|
||||
p_chdir("..");
|
||||
cl_git_pass(p_chdir(".."));
|
||||
cl_git_sandbox_cleanup();
|
||||
_repo = NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user