This commit is contained in:
parent
738c11e315
commit
4c61d0c53d
|
@ -535,6 +535,11 @@ function test_handle_symlinks () {
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$LOCAL_OS" == "msys" ]; then
|
||||||
|
echo "Skipping symlink tests because msys handles them strangely or not at all."
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
# Check with and without copySymlinks
|
# Check with and without copySymlinks
|
||||||
copySymlinks="no"
|
copySymlinks="no"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue