Commit f73f2cac by Edward Thomson

tests: cleanup repo::init::symlinks_win32_enabled_by_global_config

parent 1bd2f795
...@@ -262,6 +262,7 @@ void test_repo_init__symlinks_win32_enabled_by_global_config(void) ...@@ -262,6 +262,7 @@ void test_repo_init__symlinks_win32_enabled_by_global_config(void)
* Create a new repository (can't use `assert_config_on_init` since we * Create a new repository (can't use `assert_config_on_init` since we
* want to examine configuration levels with more granularity.) * want to examine configuration levels with more granularity.)
*/ */
cl_set_cleanup(&cleanup_repository, "config_entry/test.non.bare.git");
cl_git_pass(git_repository_init(&_repo, "config_entry/test.non.bare.git", false)); cl_git_pass(git_repository_init(&_repo, "config_entry/test.non.bare.git", false));
/* Ensure that core.symlinks remains set (via the global config). */ /* Ensure that core.symlinks remains set (via the global config). */
......
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