mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
Merge branch 'jk/p5332-testfix'
A test fix. * jk/p5332-testfix: p5332: drop "+" from --stdin-packs input
This commit is contained in:
@@ -58,7 +58,7 @@ do
|
|||||||
'
|
'
|
||||||
|
|
||||||
test_expect_success "setup bitmaps for $nr_packs-pack scenario" '
|
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 \
|
git multi-pack-index write --stdin-packs --bitmap \
|
||||||
--preferred-pack="$(find_pack $(git rev-parse HEAD))"
|
--preferred-pack="$(find_pack $(git rev-parse HEAD))"
|
||||||
'
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user