X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4114-apply-typechange.sh;h=99ec13dd531c71299681acc3eb678b490ff68707;hb=bcacc0ebdb17b55040826bf82d1bde4070119250;hp=0f185caa44f3a9d048a2c058d963a1e86e9984fd;hpb=e89c6ea9988fc039a17875eb9cbdea245e96ed67;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 &&