Skip to content

Commit 6c3d7b7

Browse files
committed
Merge branch 'ps/t4216-tap-fix'
TAP output breakage fix. * ps/t4216-tap-fix: t4216: fix no-op test that breaks TAP output
2 parents ab776a6 + f0411a4 commit 6c3d7b7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

t/t4216-log-bloom.sh

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -569,27 +569,6 @@ test_expect_success 'set up repo with high bit path, version 1 changed-path' '
569569
git -C highbit1 commit-graph write --reachable --changed-paths
570570
'
571571

572-
test_expect_success 'setup check value of version 1 changed-path' '
573-
(
574-
cd highbit1 &&
575-
echo "52a9" >expect &&
576-
get_first_changed_path_filter >actual
577-
)
578-
'
579-
580-
# expect will not match actual if char is unsigned by default. Write the test
581-
# in this way, so that a user running this test script can still see if the two
582-
# files match. (It will appear as an ordinary success if they match, and a skip
583-
# if not.)
584-
if test_cmp highbit1/expect highbit1/actual
585-
then
586-
test_set_prereq SIGNED_CHAR_BY_DEFAULT
587-
fi
588-
test_expect_success SIGNED_CHAR_BY_DEFAULT 'check value of version 1 changed-path' '
589-
# Only the prereq matters for this test.
590-
true
591-
'
592-
593572
test_expect_success 'setup make another commit' '
594573
# "git log" does not use Bloom filters for root commits - see how, in
595574
# revision.c, rev_compare_tree() (the only code path that eventually calls

0 commit comments

Comments
 (0)