X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=dff7d6916374d6f1c9302970cef7d0ab7e0c75ad;hb=f8348be3be8493a62110a09ab0343213990b416b;hp=5c5f854858522f15f929d9a9320ee9c310d0b634;hpb=b12bbd5986e1fae4120d7a415c1271c0273cad7e;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