X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft7001-mv.sh;h=10b8f8c44befdb4eb00b3959f8b29cbebb7a22e1;hb=3f189d0ffca46dda01be99a7a8f36b7efacb0a8a;hp=8fb3a56838dd476b9b0923f835ce70bd95499f2b;hpb=7d71be242d7fc8bd2eaef90e1848d71609c5c577;p=git.git diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 8fb3a5683..10b8f8c44 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -206,7 +206,7 @@ test_expect_success 'git mv should not change sha1 of moved cache entry' ' rm -f dirty dirty2 -test_expect_success 'git mv should overwrite symlink to a file' ' +test_expect_success SYMLINKS 'git mv should overwrite symlink to a file' ' rm -fr .git && git init && @@ -225,7 +225,7 @@ test_expect_success 'git mv should overwrite symlink to a file' ' rm -f moved symlink -test_expect_success 'git mv should overwrite file with a symlink' ' +test_expect_success SYMLINKS 'git mv should overwrite file with a symlink' ' rm -fr .git && git init &&