Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.6.3' into maint
[gitweb.git]
/
t
/
t4114-apply-typechange.sh
diff --git
a/t/t4114-apply-typechange.sh
b/t/t4114-apply-typechange.sh
index 0f185caa44f3a9d048a2c058d963a1e86e9984fd..99ec13dd531c71299681acc3eb678b490ff68707 100755
(executable)
--- 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 &&