X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft5000-tar-tree.sh;h=6bf34066e11d06902ed839acafd79835ce09c9c7;hb=680bab3d9a33029be38590681832ae9b6d74ad60;hp=abce66921c0d7a478271ece31329bb52b579b159;hpb=e54c5ea93e0785dfd37fd9201797977a02ca0ddb;p=git.git diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh index abce6692..6bf34066 100755 --- a/t/t5000-tar-tree.sh +++ b/t/t5000-tar-tree.sh @@ -37,8 +37,8 @@ test_expect_success \ test_expect_success \ 'add files to repository' \ - 'find a -type f | xargs git-update-cache --add && - find a -type l | xargs git-update-cache --add && + 'find a -type f | xargs git-update-index --add && + find a -type l | xargs git-update-index --add && treeid=`git-write-tree` && echo $treeid >treeid && TZ=GMT GIT_COMMITTER_DATE="2005-05-27 22:00:00" \