Commit 666c7bd84547b8793967820339cf265664fd9a95

Etienne Samson 2018-10-08T20:51:45

tests: unwarranted NULL-ification

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/remote/create.c b/tests/remote/create.c
index 5b827d2..5109623 100644
--- a/tests/remote/create.c
+++ b/tests/remote/create.c
@@ -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");
 }