This commit is contained in:
deajan 2016-12-09 19:25:23 +01:00
parent 738c11e315
commit 4c61d0c53d
1 changed files with 5 additions and 0 deletions

View File

@ -535,6 +535,11 @@ function test_handle_symlinks () {
return 0
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
copySymlinks="no"