SQUASH??? bare grep !???

Junio C Hamano committed Jun 28, 2026 at 09:34 UTC 636e098435dd72e23eeaa3b57f2972c2f8f66a86
1 file changed +1 -1
t/t5331-pack-objects-stdin.sh
+1 -1
@@ -676,7 +676,7 @@ test_expect_success '--stdin-packs=follow-reachable with --unpacked and loose ob
676 objects_in_packs $P >actual &&
677
678 # The unreachable blob should NOT be in the output.
679 - ! grep $unreachable actual &&
679 + test_grep ! $unreachable actual &&
680
681 test_cmp expect actual
682 )