diff options
| author | Ben Straub <bs@github.com> | 2013-01-03 07:47:51 -0800 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2013-01-03 07:47:51 -0800 |
| commit | 6fef1ab344326bbdeb45fd653e3c13c233600a35 (patch) | |
| tree | d9f7815aa40bd563625d4a8a2d03d8cff238dd9c /tests-clar/network | |
| parent | 7761ce21625564b6526b89326c14a9843a1403d4 (diff) | |
| download | libgit2-6fef1ab344326bbdeb45fd653e3c13c233600a35.tar.gz | |
Tests should clean up after themselves
Diffstat (limited to 'tests-clar/network')
| -rw-r--r-- | tests-clar/network/fetchlocal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/network/fetchlocal.c b/tests-clar/network/fetchlocal.c index 24949243e..48f30e7c5 100644 --- a/tests-clar/network/fetchlocal.c +++ b/tests-clar/network/fetchlocal.c @@ -33,6 +33,7 @@ void test_network_fetchlocal__complete(void) git_strarray_free(&refnames); git_remote_free(origin); git_repository_free(repo); + cl_fixture_cleanup("foo"); } void test_network_fetchlocal__partial(void) |
