X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=dff7d6916374d6f1c9302970cef7d0ab7e0c75ad;hb=50b8e355b64c93a71d5008557e15f52c032240ff;hp=5c5f854858522f15f929d9a9320ee9c310d0b634;hpb=4ae22d96fe9248dac4f26b1fc91154ba5e879799;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