mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
yo
This commit is contained in:
@@ -17,7 +17,7 @@ void test_config_memory__cleanup(void)
|
||||
static void assert_config_contains(git_config_backend *backend,
|
||||
const char *name, const char *value)
|
||||
{
|
||||
git_config_entry *entry;
|
||||
git_config_entry *entry = NULL;
|
||||
cl_git_pass(git_config_backend_get_string(&entry, backend, name));
|
||||
cl_assert_equal_s(entry->value, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user