SQUASH??? bare grep !???

seen
Junio C Hamano 2026-06-28 09:34:36 -07:00
parent a53c3b6193
commit 636e098435
1 changed files with 1 additions and 1 deletions

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
)