X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft2001-checkout-cache-clash.sh;h=98aa73e8239355eba098253edfd156d4ea254be2;hb=fc196b68905958dac66e1baaa3b66b84a2cdacfc;hp=ef007532b15108d72445f7c95a2906a3039fbbbb;hpb=7468c297fa88f0035dc719e996b93b1404eee6e3;p=git.git diff --git a/t/t2001-checkout-cache-clash.sh b/t/t2001-checkout-cache-clash.sh index ef007532b..98aa73e82 100755 --- a/t/t2001-checkout-cache-clash.sh +++ b/t/t2001-checkout-cache-clash.sh @@ -59,10 +59,10 @@ test_expect_success \ 'git read-tree -m $tree1 && git checkout-index -f -a' test_debug 'show_files $tree1' -ln -s path0 path1 -test_expect_success \ +test_expect_success SYMLINKS \ 'git update-index --add a symlink.' \ - 'git update-index --add path1' + 'ln -s path0 path1 && + git update-index --add path1' test_expect_success \ 'writing tree out with git write-tree' \ 'tree3=$(git write-tree)'