diff options
author | Scott J. Goldman <scottjgo@gmail.com> | 2012-06-29 00:47:46 -0700 |
---|---|---|
committer | Scott J. Goldman <scottjgo@gmail.com> | 2012-06-29 00:47:46 -0700 |
commit | 7e8c146c6b78fe5b9d26f059e381b978260984f4 (patch) | |
tree | 74daad550d18868a9941421c904ea7acdf8b9c28 | |
parent | 0e2fcca850e3021da4a08bc6487a10b35a75d05b (diff) | |
download | libgit2-7e8c146c6b78fe5b9d26f059e381b978260984f4.tar.gz |
Don't rmdir() nonexistent dirs in object::tree::frompath tests
It causes the clar testsuite to abort on Windows, and isn't necessary.
-rw-r--r-- | tests-clar/object/tree/frompath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests-clar/object/tree/frompath.c b/tests-clar/object/tree/frompath.c index 853af4306..ef092d1db 100644 --- a/tests-clar/object/tree/frompath.c +++ b/tests-clar/object/tree/frompath.c @@ -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( |