diff: cache textconv output
[gitweb.git] / t / t4004-diff-rename-symlink.sh
index 3d25be7a6709cdd23e0d583a8f1a3e19a3927cd8..a4da1196a93a00502c8945a14e3aafd628efda53 100755 (executable)
@@ -10,7 +10,13 @@ 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
+fi
 
 test_expect_success \
     'prepare reference tree' \