mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-29 22:00:15 +00:00
commit
47a9a6297e
@ -539,7 +539,6 @@ void test_index_tests__reload_from_disk(void)
|
|||||||
|
|
||||||
void test_index_tests__corrupted_extension(void)
|
void test_index_tests__corrupted_extension(void)
|
||||||
{
|
{
|
||||||
/* sort the entires in an empty index */
|
|
||||||
git_index *index;
|
git_index *index;
|
||||||
|
|
||||||
cl_git_fail_with(git_index_open(&index, TEST_INDEXBAD_PATH), GIT_ERROR);
|
cl_git_fail_with(git_index_open(&index, TEST_INDEXBAD_PATH), GIT_ERROR);
|
||||||
|
Loading…
Reference in New Issue
Block a user