Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Sync with 1.7.1.2
[gitweb.git]
/
t
/
t4115-apply-symlink.sh
diff --git
a/t/t4115-apply-symlink.sh
b/t/t4115-apply-symlink.sh
index 9ace578f17a07aafc050ccaf935aef8a4a3cab4e..aff4348034b21644818fb8f938ef006001b0b099 100755
(executable)
--- 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
+ skip_all='Symbolic links not supported, skipping tests.'
+ test_done
+fi
+
test_expect_success setup '
ln -s path1/path2/path3/path4/path5 link1 &&