Commit 7e8c146c by Scott J. Goldman

Don't rmdir() nonexistent dirs in object::tree::frompath tests

It causes the clar testsuite to abort on Windows, and isn't necessary.
parent 0e2fcca8
......@@ -20,7 +20,6 @@ void test_object_tree_frompath__cleanup(void)
{
git_tree_free(tree);
git_repository_free(repo);
cl_fixture_cleanup("testrepo.git");
}
static void assert_tree_from_path(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment