X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5300-pack-object.sh;h=3a0ef8759c9d7a55b95c56ca38cd3c37ac2432fa;hb=cb2c7daf52906764d3c8f96cf358bdc7a2c7995a;hp=482bc7ae6842ccf082f05f65c691d001cad2b148;hpb=3604e7c5c6f8d48e221ea5b21ef26fc3e27eff9e;p=git.git diff --git a/t/t5300-pack-object.sh b/t/t5300-pack-object.sh index 482bc7ae6..3a0ef8759 100755 --- a/t/t5300-pack-object.sh +++ b/t/t5300-pack-object.sh @@ -186,6 +186,12 @@ test_expect_success \ test-2-${packname_2}.idx \ test-3-${packname_3}.idx' +test_expect_success \ + 'verify pack -v' \ + 'git verify-pack -v test-1-${packname_1}.idx \ + test-2-${packname_2}.idx \ + test-3-${packname_3}.idx' + test_expect_success \ 'verify-pack catches mismatched .idx and .pack files' \ 'cat test-1-${packname_1}.idx >test-3.idx &&