Commit b3f993e2 by nulltoken

Add test commit containing subtrees and files

parent a41e9f13
763d71aadf09a7951596c9746c024e7eece7c7af
......@@ -1004,10 +1004,10 @@ BEGIN_TEST(list0, "try to list all the references in our test repo")
printf("# %s\n", ref_list.strings[i]);
}*/
/* We have exactly 8 refs in total if we include the packed ones:
/* We have exactly 9 refs in total if we include the packed ones:
* there is a reference that exists both in the packfile and as
* loose, but we only list it once */
must_be_true(ref_list.count == 8);
must_be_true(ref_list.count == 9);
git_strarray_free(&ref_list);
git_repository_free(repo);
......
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