X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft5500-fetch-pack.sh;h=e15e14fc32fd748f1dd62c1a9507aa4f08288d0a;hb=6b98579babe767b343bf6e1448b52befd5fc0a2e;hp=0781bd287ee37f537c6d69e07ad6073c638faa1c;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh index 0781bd28..e15e14fc 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh @@ -76,7 +76,7 @@ function pull_to_client () { git-symbolic-ref HEAD refs/heads/${heads:0:1} test_expect_success "fsck" 'git-fsck-objects --full > fsck.txt 2>&1' test_expect_object_count "after $number pull" $count - pack_count=$(grep Packing log.txt|tr -dc "0-9") + pack_count=$(grep Unpacking log.txt|tr -dc "0-9") test -z "$pack_count" && pack_count=0 if [ -z "$no_strict_count_check" ]; then test_expect_success "minimal count" "test $count = $pack_count"