summaryrefslogtreecommitdiff
path: root/tests/libgit2/clone/shallow.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libgit2/clone/shallow.c')
-rw-r--r--tests/libgit2/clone/shallow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libgit2/clone/shallow.c b/tests/libgit2/clone/shallow.c
index 2a88d5d05..b0114081c 100644
--- a/tests/libgit2/clone/shallow.c
+++ b/tests/libgit2/clone/shallow.c
@@ -10,7 +10,7 @@ void test_clone_shallow__initialize(void)
void test_clone_shallow__cleanup(void)
{
git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0);
- cl_git_sandbox_cleanup();
+ /*cl_git_sandbox_cleanup();*/
}
static int remote_single_branch(git_remote **out, git_repository *repo, const char *name, const char *url, void *payload)