diff options
| author | Junio C Hamano <gitster@pobox.com> | 2008-08-20 23:41:54 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2008-08-20 23:41:54 -0700 |
| commit | 99b52f2e495a2ccdb4ebf2a540a8bc81fa2bcf3d (patch) | |
| tree | a0fb7a3bbd87a56c6956cbc897b704217023fc37 /t | |
| parent | Merge branch 'mz/push-verbose' (diff) | |
| parent | count-objects: Add total pack size to verbose output (diff) | |
| download | git-99b52f2e495a2ccdb4ebf2a540a8bc81fa2bcf3d.tar.gz git-99b52f2e495a2ccdb4ebf2a540a8bc81fa2bcf3d.zip | |
Merge branch 'mg/count-objects'
* mg/count-objects:
count-objects: Add total pack size to verbose output
Diffstat (limited to 't')
| -rwxr-xr-x | t/t5500-fetch-pack.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5500-fetch-pack.sh b/t/t5500-fetch-pack.sh index 362cf7e928..7125baebb8 100755 --- a/t/t5500-fetch-pack.sh +++ b/t/t5500-fetch-pack.sh @@ -137,7 +137,7 @@ test_expect_success "clone shallow object count" \ "test \"in-pack: 18\" = \"$(grep in-pack count.shallow)\"" count_output () { - sed -e '/^in-pack:/d' -e '/^packs:/d' -e '/: 0$/d' "$1" + sed -e '/^in-pack:/d' -e '/^packs:/d' -e '/^size-pack:/d' -e '/: 0$/d' "$1" } test_expect_success "clone shallow object count (part 2)" ' |
