summaryrefslogtreecommitdiff
path: root/tests/attr
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2014-05-01 15:12:12 -0700
committerRussell Belfer <rb@github.com>2014-05-02 09:21:33 -0700
commit99dfa470398b9c4e06e5a5ee61868d3b9e21b26e (patch)
tree122084f6f31ce4e04377aa224d3a7ada6da4f3e9 /tests/attr
parent0f603132bc2397bf8308e72651c56cb7dbd3ad70 (diff)
downloadlibgit2-99dfa470398b9c4e06e5a5ee61868d3b9e21b26e.tar.gz
Some further sandboxing cleanups to tests
Trying to find other issues where tests may not clean up quite properly when they are through...
Diffstat (limited to 'tests/attr')
-rw-r--r--tests/attr/repo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/attr/repo.c b/tests/attr/repo.c
index 9aab7ed96..5e812a72b 100644
--- a/tests/attr/repo.c
+++ b/tests/attr/repo.c
@@ -9,11 +9,6 @@ static git_repository *g_repo = NULL;
void test_attr_repo__initialize(void)
{
- /* Before each test, instantiate the attr repo from the fixtures and
- * rename the .gitted to .git so it is a repo with a working dir.
- * Also rename gitattributes to .gitattributes, because it contains
- * macro definitions which are only allowed in the root.
- */
g_repo = cl_git_sandbox_init("attr");
}