diff --git a/dev/tests/run_tests.sh b/dev/tests/run_tests.sh index 7448bad..77b8de5 100755 --- a/dev/tests/run_tests.sh +++ b/dev/tests/run_tests.sh @@ -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"