Code

Big tool rename.
[git.git] / t / t5300-pack-object.sh
index 03951242d38ae30b58239aba3e9b7aec7bae82e7..bb62336f267086cc85bf0c6d5133560c581f5973 100755 (executable)
@@ -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 </dev/null` && {
         echo $tree &&