SQUASH??? bare grep !???

This commit is contained in:
Junio C Hamano
2026-06-28 09:34:36 -07:00
parent a53c3b6193
commit 636e098435

View File

@@ -676,7 +676,7 @@ test_expect_success '--stdin-packs=follow-reachable with --unpacked and loose ob
objects_in_packs $P >actual &&
# The unreachable blob should NOT be in the output.
! grep $unreachable actual &&
test_grep ! $unreachable actual &&
test_cmp expect actual
)