diff options
Diffstat (limited to 't/t3100-ls-tree-restrict.sh')
-rwxr-xr-x | t/t3100-ls-tree-restrict.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3100-ls-tree-restrict.sh b/t/t3100-ls-tree-restrict.sh index 61a7c7f642..c6ce56c86b 100755 --- a/t/t3100-ls-tree-restrict.sh +++ b/t/t3100-ls-tree-restrict.sh @@ -27,7 +27,7 @@ test_expect_success \ ln -s ../path1 path2/bazbo && echo Mi >path2/baz/b && find path? \( -type f -o -type l \) -print | - xargs git-update-cache --add && + xargs git-update-index --add && tree=`git-write-tree` && echo $tree' |