mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-05 16:51:42 +00:00
Don't rmdir() nonexistent dirs in object::tree::frompath tests
It causes the clar testsuite to abort on Windows, and isn't necessary.
This commit is contained in:
parent
0e2fcca850
commit
7e8c146c6b
@ -20,7 +20,6 @@ void test_object_tree_frompath__cleanup(void)
|
|||||||
{
|
{
|
||||||
git_tree_free(tree);
|
git_tree_free(tree);
|
||||||
git_repository_free(repo);
|
git_repository_free(repo);
|
||||||
cl_fixture_cleanup("testrepo.git");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void assert_tree_from_path(
|
static void assert_tree_from_path(
|
||||||
|
Loading…
Reference in New Issue
Block a user