Skip to content

Commit 87b0875

Browse files
committed
Merge branch 'jk/p5332-testfix'
A test fix. * jk/p5332-testfix: p5332: drop "+" from --stdin-packs input
2 parents 0faae38 + 1aa5063 commit 87b0875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/p5332-multi-pack-reuse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ do
5858
'
5959

6060
test_expect_success "setup bitmaps for $nr_packs-pack scenario" '
61-
find $packdir -type f -name "*.idx" | sed -e "s/.*\/\(.*\)$/+\1/g" |
61+
find $packdir -type f -name "*.idx" | sed -e "s/.*\///" |
6262
git multi-pack-index write --stdin-packs --bitmap \
6363
--preferred-pack="$(find_pack $(git rev-parse HEAD))"
6464
'

0 commit comments

Comments
 (0)