X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4114-apply-typechange.sh;h=99ec13dd531c71299681acc3eb678b490ff68707;hb=c24138bc55bcbbde2ea8601c504752e5a39f53f2;hp=0f185caa44f3a9d048a2c058d963a1e86e9984fd;hpb=a1eb73d917e15cd97314e0a39cbe857329339a96;p=git.git diff --git a/t/t4114-apply-typechange.sh b/t/t4114-apply-typechange.sh index 0f185caa4..99ec13dd5 100755 --- a/t/t4114-apply-typechange.sh +++ b/t/t4114-apply-typechange.sh @@ -9,6 +9,12 @@ test_description='git apply should not get confused with type changes. . ./test-lib.sh +if ! test_have_prereq SYMLINKS +then + say 'Symbolic links not supported, skipping tests.' + test_done +fi + test_expect_success 'setup repository and commits' ' echo "hello world" > foo && echo "hi planet" > bar &&