Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added test support for symlinks in MSYS2. #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hakonhagland
Copy link

Fixes #31. For newer versions of Windows 10 in developer mode symlinks can be enabled in MSYS2 by setting the environment variable MSYS to winsymlinks:nativestrict, see this blog post. Still, it does not support creating broken symlinks as is done _get_fresh_tmp_dir() in t/01.legacy.t, which is the reason for the failed tests in #31.

For newer versions of Windows 10 in developer mode symlinks can be
enabled in MSYS2 by setting the environment variable MSYS to
'winsymlinks:nativestrict'. Still, this does not support creating
broken symlinks as is done _get_fresh_tmp_dir() in t/01.legacy.t.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Windows 10, MSYS2 failed test 'rcopy_glob() calls rcopy for each file in the glob'
1 participant