Skip to content

Commit 02c202d

Browse files
committed
SQUASH???
1 parent d880605 commit 02c202d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t5310-pack-bitmaps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ test_expect_success 'path-walk repack can write and use bitmap indexes' '
602602
git -c pack.allowPackReuse=$reuse pack-objects \
603603
--stdout --revs --path-walk --use-bitmap-index \
604604
<in >out.pack &&
605-
grep "\"category\":\"bitmap\",\"key\":\"bitmap/hits\"" trace.txt &&
605+
test_grep "\"category\":\"bitmap\",\"key\":\"bitmap/hits\"" trace.txt &&
606606
607607
git index-pack out.pack &&
608608

0 commit comments

Comments
 (0)