In perl.git, the branch smoke-me/ilmari/unsafe-inc-env has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7c640a62b4b2db3cba4a6282c763bc4b57525310?hp=ea73214a71d9464e3ccf31110fc679815c51f04e>
discards ea73214a71d9464e3ccf31110fc679815c51f04e (commit) discards 106b2ce717d4b920e20d06b40479b78324c38b97 (commit) - Log ----------------------------------------------------------------- commit 7c640a62b4b2db3cba4a6282c763bc4b57525310 Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Tue Mar 21 15:54:08 2017 +0000 Test PERL_USE_UNSAFE_INC M t/run/runenv.t commit f901bab444e79265311fe46b3e488a4f43976a9d Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Tue Mar 21 15:53:32 2017 +0000 Delete PERL_USE_UNSAFE_INC from test environment All our tests must work without it. M t/TEST M t/harness M t/run/runenv.t ----------------------------------------------------------------------- Summary of changes: t/harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/harness b/t/harness index efce78eaab..e06c3f8009 100644 --- a/t/harness +++ b/t/harness @@ -35,7 +35,7 @@ if ($ARGV[0] && $ARGV[0] eq '-torture') { $ENV{PERL_CORE} = 1; # All our tests should work without . in @INC -delete $ENV{PERL_USE_UNSAFE_INC} +delete $ENV{PERL_USE_UNSAFE_INC}; my (@tests, $re); -- Perl5 Master Repository
