Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9155: fix compatibility with older SVN
[gitweb.git]
/
t
/
t4023-diff-rename-typechange.sh
diff --git
a/t/t4023-diff-rename-typechange.sh
b/t/t4023-diff-rename-typechange.sh
index 297ddb5a25b682412851aed70370771aa5a15976..40a95a149e4e84924d961d43f03115f466a9acc1 100755
(executable)
--- a/
t/t4023-diff-rename-typechange.sh
+++ b/
t/t4023-diff-rename-typechange.sh
@@
-4,6
+4,12
@@
test_description='typechange rename detection'
. ./test-lib.sh
+if ! test_have_prereq SYMLINKS
+then
+ skip_all='Symbolic links not supported, skipping tests.'
+ test_done
+fi
+
test_expect_success setup '
rm -f foo bar &&