Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
multi-pack-index: write pack names in chunk
[gitweb.git]
/
t
/
t5319-multi-pack-index.sh
diff --git
a/t/t5319-multi-pack-index.sh
b/t/t5319-multi-pack-index.sh
index 54117a7f49563f285d2b5b994a2e224fd53018d3..7512d55c927ed9f8039c2147ea18ccc2d6ec44bf 100755
(executable)
--- a/
t/t5319-multi-pack-index.sh
+++ b/
t/t5319-multi-pack-index.sh
@@
-6,7
+6,8
@@
test_description='multi-pack-indexes'
midx_read_expect () {
NUM_PACKS=$1
cat >expect <<-EOF
- header: 4d494458 1 0 $NUM_PACKS
+ header: 4d494458 1 1 $NUM_PACKS
+ chunks: pack-names
object-dir: .
EOF
test-tool read-midx . >actual &&