Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion t/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ my @temp_files; # We store temp files here to make sure they're properly reclaim

sub prep_environment {
my @ack_args = qw( ACKRC ACK_PAGER HOME ACK_COLOR_MATCH ACK_COLOR_FILENAME ACK_COLOR_LINENO ACK_COLOR_COLNO );
my @taint_args = qw( PATH CDPATH IFS ENV );
my @taint_args = qw( PATH CDPATH IFS ENV PERLDOC );
delete @ENV{ @ack_args, @taint_args };

if ( is_windows() ) {
Expand Down
Loading