Skip to content

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.

1 participant