t7001-mv: skip symlink tests

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2008-07-29 22:29:15 +02:00
parent b6f1b004b7
commit dd487dc5c3

View File

@@ -173,6 +173,7 @@ test_expect_success 'git mv should not change sha1 of moved cache entry' '
rm -f dirty dirty2
test "$no_symlinks" ||
test_expect_success 'git mv should overwrite symlink to a file' '
rm -fr .git &&
@@ -192,6 +193,7 @@ test_expect_success 'git mv should overwrite symlink to a file' '
rm -f moved symlink
test "$no_symlinks" ||
test_expect_success 'git mv should overwrite file with a symlink' '
rm -fr .git &&