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:
Scott J. Goldman 2012-06-29 00:47:46 -07:00
parent 0e2fcca850
commit 7e8c146c6b

View File

@ -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(