summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-03-21 15:53:32 +0000
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2017-03-25 09:34:19 +0000
commit3e63457f336add47ed493b21a884e49d157f440c (patch)
tree825c5005496ea353401436778929776c75d2e00d /t/TEST
parent939e7f268559d7c80860c4e1a519e0c25d84f793 (diff)
downloadperl-3e63457f336add47ed493b21a884e49d157f440c.tar.gz
Delete PERL_USE_UNSAFE_INC from test environment
It intereferes with tests of @INC contents, and all core tests must work without it.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/TEST b/t/TEST
index fc37118770..6d842d0859 100755
--- a/t/TEST
+++ b/t/TEST
@@ -82,6 +82,7 @@ my %temp_no_core =
my @bad_env_vars = qw(
PERL5LIB PERLLIB PERL5OPT
PERL_YAML_BACKEND PERL_JSON_BACKEND
+ PERL_USE_UNSAFE_INC
);
for my $envname (@bad_env_vars) {