Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash completion: Support "divergence from upstream" messages in __git_ps1
[gitweb.git]
/
t
/
t4004-diff-rename-symlink.sh
diff --git
a/t/t4004-diff-rename-symlink.sh
b/t/t4004-diff-rename-symlink.sh
index 3d25be7a6709cdd23e0d583a8f1a3e19a3927cd8..a4da1196a93a00502c8945a14e3aafd628efda53 100755
(executable)
--- a/
t/t4004-diff-rename-symlink.sh
+++ b/
t/t4004-diff-rename-symlink.sh
@@
-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' \