mirror of
https://git.proxmox.com/git/libgit2
synced 2025-11-03 11:12:27 +00:00
Fixed odb foreach test failure for big-endian 64-bit
This commit is contained in:
parent
d99e547173
commit
7629ea5d8d
@ -87,7 +87,7 @@ void test_odb_foreach__files_in_objects_dir(void)
|
||||
git_repository *repo;
|
||||
git_odb *odb;
|
||||
git_buf buf = GIT_BUF_INIT;
|
||||
size_t nobj = 0;
|
||||
int nobj = 0;
|
||||
|
||||
cl_fixture_sandbox("testrepo.git");
|
||||
cl_git_pass(git_repository_open(&repo, "testrepo.git"));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user