Fix broken test suite on Windows

This commit is contained in:
Linquize 2014-12-07 22:42:06 +08:00
parent 19ae843937
commit d226fbf1aa

View File

@ -494,9 +494,8 @@ void test_network_remote_local__push_delete(void)
cl_git_pass(git_remote_push(remote, &specs, NULL, NULL, NULL));
cl_git_fail(git_reference_lookup(&ref, dst_repo, "refs/heads/master"));
cl_fixture_cleanup("target.git");
git_remote_free(remote);
git_repository_free(dst_repo);
git_repository_free(src_repo);
cl_fixture_cleanup("target.git");
cl_git_sandbox_cleanup();
}