diff options
Diffstat (limited to 't/t3010-ls-files-killed.sh')
-rwxr-xr-x | t/t3010-ls-files-killed.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t3010-ls-files-killed.sh b/t/t3010-ls-files-killed.sh index c4d6d2163..2e18baae5 100755 --- a/t/t3010-ls-files-killed.sh +++ b/t/t3010-ls-files-killed.sh @@ -33,8 +33,8 @@ mkdir path2 path3 date >path2/file2 date >path3/file3 test_expect_success \ - 'git-update-cache --add to add various paths.' \ - "git-update-cache --add -- path0 path1 path?/file?" + 'git-update-index --add to add various paths.' \ + "git-update-index --add -- path0 path1 path?/file?" rm -fr path? date >path2 |