From: Junio C Hamano Date: Sun, 28 Jun 2026 16:34:36 +0000 (-0700) Subject: SQUASH??? bare grep !??? X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=636e098435dd72e23eeaa3b57f2972c2f8f66a86;p=thirdparty%2Fgit.git SQUASH??? bare grep !??? --- diff --git a/t/t5331-pack-objects-stdin.sh b/t/t5331-pack-objects-stdin.sh index 443d855291..0fa2f12455 100755 --- a/t/t5331-pack-objects-stdin.sh +++ b/t/t5331-pack-objects-stdin.sh @@ -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 )