-
Notifications
You must be signed in to change notification settings - Fork 200
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
tests fail on MSYS2 #127
Comments
Another problem related to the french locale test:
French locale is available. |
I suspect the directories are simplified somehow, so the test pass regardless of the current working directory. This simplification is probably not done. |
if you're referring to the first example, MSYS2 emulates a POSIX environment. The path looks like
The code filters it to
which is wrong. |
Also fix a few minor portability issues. - The unix "MSYS" environment has an usual (but sane) French locale, requiring a test update - pcre2grep needs a fix to use the WIN32 when both WIN32 and sys/stat.h are available Fixes #127
Also fix a few minor portability issues. - The unix "MSYS" environment has an usual (but sane) French locale, requiring a test update - pcre2grep needs a fix to use the WIN32 when both WIN32 and sys/stat.h are available Fixes #127
@neheb Thank you Rosen for reporting this. I have investigated, and opened a PR with the fix (#660).
|
cool. |
No real idea what's happening.
The text was updated successfully, but these errors were encountered: