Commit 70a332a5 by Yuang Li

disable shallow clone feature flag in test cleanup

parent 06eacb91
......@@ -13,6 +13,7 @@ void test_grafts_basic__initialize(void)
void test_grafts_basic__cleanup(void)
{
git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0);
cl_git_sandbox_cleanup();
}
......
......@@ -25,6 +25,7 @@ void test_grafts_shallow__initialize(void)
void test_grafts_shallow__cleanup(void)
{
git_libgit2_opts(GIT_OPT_ENABLE_SHALLOW, 0);
cl_git_sandbox_cleanup();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment