X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=t%2Ft5300-pack-object.sh;h=de45ac4e0fcea5b7acab245af9876b58ec1ccea3;hb=7612a1efdb0c0806b43db10ce784707aae874340;hp=03951242d38ae30b58239aba3e9b7aec7bae82e7;hpb=379955c696a417f0fb6118f2fd91dbffd2816ad1;p=git.git diff --git a/t/t5300-pack-object.sh b/t/t5300-pack-object.sh index 03951242..de45ac4e 100755 --- a/t/t5300-pack-object.sh +++ b/t/t5300-pack-object.sh @@ -16,9 +16,9 @@ test_expect_success \ for i in a b c do dd if=/dev/zero bs=4k count=1 | tr "\\0" $i >$i && - git-update-cache --add $i || return 1 + git-update-index --add $i || return 1 done && - cat c >d && echo foo >>d && git-update-cache --add d && + cat c >d && echo foo >>d && git-update-index --add d && tree=`git-write-tree` && commit=`git-commit-tree $tree