X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft0000-basic.sh;h=186de7024336ca98bd5dcea6f675e1fc221d0ce0;hb=94b9816c5ce5bfc8bf4a8baf2128fa2d429a6898;hp=0cd1c41866c6ca344ed99fae3d71014dd9321e2d;hpb=5b85143ba548c6c0c35df5e606ee3568c55ca0da;p=git.git diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh index 0cd1c4186..186de7024 100755 --- a/t/t0000-basic.sh +++ b/t/t0000-basic.sh @@ -31,12 +31,12 @@ fi . ./test-lib.sh ################################################################ -# init-db has been done in an empty repository. +# git-init has been done in an empty repository. # make sure it is empty. find .git/objects -type f -print >should-be-empty test_expect_success \ - '.git/objects should be empty after git-init-db in an empty repo.' \ + '.git/objects should be empty after git-init in an empty repo.' \ 'cmp -s /dev/null should-be-empty' # also it should have 2 subdirectories; no fan-out anymore, pack, and info.