X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft0000-basic.sh;h=dff7d6916374d6f1c9302970cef7d0ab7e0c75ad;hb=7b8999674955b9d6b58de2b8f71b2e2ede795f65;hp=5c5f854858522f15f929d9a9320ee9c310d0b634;hpb=d5b0c9ea178dab3599674ccff50645c0464b8c31;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 5c5f8548..dff7d691 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -28,12 +28,12 @@ test_expect_success \ '.git/objects should be empty after git-init-db in an empty repo.' \ 'cmp -s /dev/null should-be-empty' -# also it should have 258 subdirectories; 256 fan-out anymore, pack, and info. -# 259 is counting "objects" itself +# also it should have 2 subdirectories; no fan-out anymore, pack, and info. +# 3 is counting "objects" itself find .git/objects -type d -print >full-of-directories test_expect_success \ - '.git/objects should have 258 subdirectories.' \ - 'test $(wc -l < full-of-directories) = 259' + '.git/objects should have 3 subdirectories.' \ + 'test $(wc -l < full-of-directories) = 3' ################################################################ # Basics of the basics