X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4023-diff-rename-typechange.sh;h=9bdf6596d82878f709a375084095697124a97609;hb=4c926b37c21a088163871bb8e6ccdfc4b4952e34;hp=297ddb5a25b682412851aed70370771aa5a15976;hpb=3f3e2c26fa0325f4df952363f8f5046ca8158bb3;p=git.git diff --git a/t/t4023-diff-rename-typechange.sh b/t/t4023-diff-rename-typechange.sh index 297ddb5a2..9bdf6596d 100755 --- a/t/t4023-diff-rename-typechange.sh +++ b/t/t4023-diff-rename-typechange.sh @@ -4,6 +4,12 @@ test_description='typechange rename detection' . ./test-lib.sh +if ! test_have_prereq SYMLINKS +then + say 'Symbolic links not supported, skipping tests.' + test_done +fi + test_expect_success setup ' rm -f foo bar &&