From dd487dc5c3daae2466dd7ec539259d96f08917de Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Tue, 29 Jul 2008 22:29:15 +0200 Subject: [PATCH] t7001-mv: skip symlink tests Signed-off-by: Johannes Sixt --- t/t7001-mv.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index 910a28c7e2..da5d22bd44 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -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 && -- 2.11.4.GIT