Merge branch 'db/push-cleanup'
[gitweb.git] / t / t4004-diff-rename-symlink.sh
index 3d25be7a6709cdd23e0d583a8f1a3e19a3927cd8..3db74443f838bec13be54d983972a8646e3a2ac5 100755 (executable)
@@ -10,7 +10,14 @@ copy of symbolic links, but should not produce rename/copy followed
 by an edit for them.
 '
 . ./test-lib.sh
-. ../diff-lib.sh
+. "$TEST_DIRECTORY"/diff-lib.sh
+
+if ! test_have_prereq SYMLINKS
+then
+       say 'Symbolic links not supported, skipping tests.'
+       test_done
+       exit
+fi
 
 test_expect_success \
     'prepare reference tree' \