X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5302-pack-index.sh;h=09fd91767297a8c59edb08944740bbcf08f8a7c4;hb=9dc784a970ba5cc3871f7244c6bf6a823754f0a0;hp=b88b5bbd022bb3dd836d00f88a8e486c00285103;hpb=803d5158123346229d71de53818920efbc88ca0f;p=git.git diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh index b88b5bbd0..09fd91767 100755 --- a/t/t5302-pack-index.sh +++ b/t/t5302-pack-index.sh @@ -65,7 +65,7 @@ test_expect_success \ have_64bits= if msg=$(git verify-pack -v "test-3-${pack3}.pack" 2>&1) || - ! echo "$msg" | grep "pack too large .* off_t" + ! (echo "$msg" | grep "pack too large .* off_t") then have_64bits=t else