mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Skip a test related to symbolic links.
This commit is contained in:
@@ -4,6 +4,11 @@ test_description='update-index and add refuse to add beyond symlinks'
|
||||
|
||||
. ./test-lib.sh
|
||||
|
||||
if test "$no_symlinks"; then
|
||||
say "symbolic links not supported - skipping tests"
|
||||
test_done
|
||||
fi
|
||||
|
||||
test_expect_success setup '
|
||||
>a &&
|
||||
mkdir b &&
|
||||
|
||||
Reference in New Issue
Block a user