tests: unwarranted NULL-ification

This commit is contained in:
Etienne Samson
2018-10-08 20:51:45 +02:00
parent 37acffac08
commit 666c7bd845

View File

@@ -20,7 +20,6 @@ void test_remote_create__cleanup(void)
git_config_free(_config);
git_repository_free(_repo);
_repo = NULL;
cl_fixture_cleanup("testrepo.git");
}