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

Win32 Fixes #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

TBSliver
Copy link

@TBSliver TBSliver commented Jun 4, 2020

this PR fixes various test issues found in #37

The biggest two are: when running a perl under Portable $Config{perlpath} is tainted due to having to compute that path at runtime, meaning the entire t/07_taint.t test explodes. Not sure how to fix otherwise, so if Portable is loaded then Ive set it to skip the entire test - better versions welcome.

The other issue is when the perlpath itself contains a space. To fix this, all usages of $perl_path when used in single argument mode have been quoted.

These tests have been checked working on a perl 5.30.2 running on Windows 10 under psperl and on a perl 5.20.1 on Debian under perlbrew.

Comments and improvements welcome!

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.

None yet

1 participant