X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2102-update-index-symlinks.sh;h=f195aefe3a207fa5bac447b59f16423da25abc21;hb=df5e12f7d405b84de07c3f2dc1afe51b1d594e2c;hp=19d0894d260787d37a43199d7a3f6c3aa37d32aa;hpb=e2b1accc59ab5d682d71fd801ebe959c3e871488;p=git.git diff --git a/t/t2102-update-index-symlinks.sh b/t/t2102-update-index-symlinks.sh index 19d0894d2..f195aefe3 100755 --- a/t/t2102-update-index-symlinks.sh +++ b/t/t2102-update-index-symlinks.sh @@ -13,7 +13,7 @@ even if a plain file is in the working tree if core.symlinks is false.' test_expect_success \ 'preparation' ' git config core.symlinks false && -l=$(echo -n file | git-hash-object -t blob -w --stdin) && +l=$(echo -n file | git hash-object -t blob -w --stdin) && echo "120000 $l symlink" | git update-index --index-info' test_expect_success \