Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'pb/maint-1.6.2-userdiff-fix'
[gitweb.git]
/
t
/
t4115-apply-symlink.sh
diff --git
a/t/t4115-apply-symlink.sh
b/t/t4115-apply-symlink.sh
index 9ace578f17a07aafc050ccaf935aef8a4a3cab4e..b852e5898009bca0205c231033f8f72f48962b81 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
+ say 'Symbolic links not supported, skipping tests.'
+ test_done
+fi
+
test_expect_success setup '
ln -s path1/path2/path3/path4/path5 link1 &&