mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01: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" '
|
||||
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))"
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user