Add global and system-wide gitattributes
[gitweb.git] / t / t4122-apply-symlink-inside.sh
index 3ddfe64b02490c2fa2e8cf7445aa518e0de8bf1b..923fcab7f96a76ee7038bfcb20b1270565bc2230 100755 (executable)
@@ -3,6 +3,12 @@
 test_description='apply to deeper directory without getting fooled with symlink'
 . ./test-lib.sh
 
+if ! test_have_prereq SYMLINKS
+then
+       skip_all='Symbolic links not supported, skipping tests.'
+       test_done
+fi
+
 lecho () {
        for l_
        do
@@ -53,4 +59,3 @@ test_expect_success 'check result' '
 '
 
 test_done
-