Commit 0e60b637 by Edward Thomson

free!

parent 1d5220dc
...@@ -165,6 +165,8 @@ void test_status_submodules__moved_head(void) ...@@ -165,6 +165,8 @@ void test_status_submodules__moved_head(void)
cl_git_pass( cl_git_pass(
git_status_foreach_ext(g_repo, &opts, cb_status__match, &counts)); git_status_foreach_ext(g_repo, &opts, cb_status__match, &counts));
cl_assert_equal_i(6, counts.entry_count); cl_assert_equal_i(6, counts.entry_count);
git_repository_free(smrepo);
} }
void test_status_submodules__dirty_workdir_only(void) void test_status_submodules__dirty_workdir_only(void)
......
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