Skip to content

Commit 1c9cfd3

Browse files
authored
Merge pull request #394 from dmitrivereshchagin/unset-perldoc
Unset PERLDOC environment variable for tests
2 parents b304dbe + 846bae6 commit 1c9cfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/Util.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ my @temp_files; # We store temp files here to make sure they're properly reclaim
8888

8989
sub prep_environment {
9090
my @ack_args = qw( ACKRC ACK_PAGER HOME ACK_COLOR_MATCH ACK_COLOR_FILENAME ACK_COLOR_LINENO ACK_COLOR_COLNO );
91-
my @taint_args = qw( PATH CDPATH IFS ENV );
91+
my @taint_args = qw( PATH CDPATH IFS ENV PERLDOC );
9292
delete @ENV{ @ack_args, @taint_args };
9393

9494
if ( is_windows() ) {

0 commit comments

Comments
 (0)