X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft0000-basic.sh;h=142b7bf388bbaa1f93dcf9069086e3d6ef02887b;hb=2ab141a26f93c4d97e243a6be8a38a7dd4eb35a3;hp=547488bd25a060ba0701f838ffb936a8e9fd91b3;hpb=e8c80638abc99928dba9ac832589749a531e2e21;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 547488bd..142b7bf3 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -28,11 +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 257 subdirectories. 258 is counting "objects" +# also it should have 258 subdirectories; 256 fan-out, pack, and info. +# 259 is counting "objects" itself find .git/objects -type d -print >full-of-directories test_expect_success \ - '.git/objects should have 257 subdirectories.' \ - 'test $(wc -l < full-of-directories) = 258' + '.git/objects should have 258 subdirectories.' \ + 'test $(wc -l < full-of-directories) = 259' ################################################################ # Basics of the basics