Skip to content

Commit 0b5e6d0

Browse files
committed
SQUASH???
1 parent 40f57ee commit 0b5e6d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t5333-pseudo-merge-bitmaps.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ test_expect_success 'use pseudo-merge in boundary traversal' '
453453
git config bitmapPseudoMerge.test.pattern refs/ &&
454454
git config bitmapPseudoMerge.test.threshold now &&
455455
git config bitmapPseudoMerge.test.stableThreshold now &&
456-
export GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL=1 &&
456+
GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL=1 &&
457+
export GIT_TEST_PACK_USE_BITMAP_BOUNDARY_TRAVERSAL &&
457458
458459
test_commit A &&
459460
git repack -adb &&

0 commit comments

Comments
 (0)