mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
Disable the new test, which covers only symbolic links.
This commit is contained in:
@@ -6,6 +6,13 @@ test_description='git checkout to switch between branches with symlink<->dir'
|
||||
|
||||
. ./test-lib.sh
|
||||
|
||||
if test "$no_symlinks"
|
||||
then
|
||||
say 'Symbolic links not supported, skipping tests.'
|
||||
test_done
|
||||
exit
|
||||
fi
|
||||
|
||||
test_expect_success setup '
|
||||
|
||||
mkdir frotz &&
|
||||
|
||||
Reference in New Issue
Block a user