mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Skip a test dealing with symbolic links.
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
test_description='apply to deeper directory without getting fooled with symlink'
|
||||
. ./test-lib.sh
|
||||
|
||||
if test "$no_symlinks"
|
||||
then
|
||||
say 'Symbolic links not supported, skipping tests.'
|
||||
test_done
|
||||
exit
|
||||
fi
|
||||
|
||||
lecho () {
|
||||
for l_
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user