Merge branch 'jk/p5332-testfix'
A test fix. * jk/p5332-testfix: p5332: drop "+" from --stdin-packs inputmaint
commit
87b0875425
|
|
@ -58,7 +58,7 @@ do
|
|||
'
|
||||
|
||||
test_expect_success "setup bitmaps for $nr_packs-pack scenario" '
|
||||
find $packdir -type f -name "*.idx" | sed -e "s/.*\/\(.*\)$/+\1/g" |
|
||||
find $packdir -type f -name "*.idx" | sed -e "s/.*\///" |
|
||||
git multi-pack-index write --stdin-packs --bitmap \
|
||||
--preferred-pack="$(find_pack $(git rev-parse HEAD))"
|
||||
'
|
||||
|
|
|
|||
Loading…
Reference in New Issue