Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
test-lib: set $TRASH_DIRECTORY earlier
[gitweb.git]
/
t
/
helper
/
test-read-midx.c
diff --git
a/t/helper/test-read-midx.c
b/t/helper/test-read-midx.c
index 8e19972e8939d176999904edaeba13c1d8c5f3a8..831b586d022215ff75b4e426d79e7149b3bfb3bb 100644
(file)
--- a/
t/helper/test-read-midx.c
+++ b/
t/helper/test-read-midx.c
@@
-7,7
+7,7
@@
static int read_midx_file(const char *object_dir)
{
uint32_t i;
- struct multi_pack_index *m = load_multi_pack_index(object_dir);
+ struct multi_pack_index *m = load_multi_pack_index(object_dir
, 1
);
if (!m)
return 1;