Code

Big tool rename.
[git.git] / t / t0110-environment-names-old.sh
index c548b9b49757954984978c574b76787fc40a0abb..5d602cc21a19f2a9cf9baebe8c90876afeaa2ff0 100755 (executable)
@@ -54,8 +54,8 @@ test_expect_success \
 
 date >path0
 test_expect_success \
-    'using GIT_DIR in git-update-cache' \
-    'git-update-cache --add path0 && test -f .svn/index'
+    'using GIT_DIR in git-update-index' \
+    'git-update-index --add path0 && test -f .svn/index'
 
 sedScript='s|\(..\)|.svn/objects/\1/|'