X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4115-apply-symlink.sh;h=b852e5898009bca0205c231033f8f72f48962b81;hb=d4f6bc887de7957645b998a0b0e22bc4048f36dd;hp=9ace578f17a07aafc050ccaf935aef8a4a3cab4e;hpb=1b118da8bd1878d78589afd9f755b9d52a9579ad;p=git.git diff --git a/t/t4115-apply-symlink.sh b/t/t4115-apply-symlink.sh index 9ace578f1..b852e5898 100755 --- a/t/t4115-apply-symlink.sh +++ b/t/t4115-apply-symlink.sh @@ -9,6 +9,12 @@ test_description='git apply symlinks and partial files . ./test-lib.sh +if ! test_have_prereq SYMLINKS +then + say 'Symbolic links not supported, skipping tests.' + test_done +fi + test_expect_success setup ' ln -s path1/path2/path3/path4/path5 link1 &&