In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/4a7d38e775a8ed02578c490e2e20173b020c5fca?hp=2a527d377a9f42e51be8e7dd89e01cfe8bca6764>
- Log ----------------------------------------------------------------- commit 4a7d38e775a8ed02578c490e2e20173b020c5fca Author: Craig A. Berry <[email protected]> Date: Sat Sep 1 17:56:41 2012 -0500 Add Karen Etheridge to AUTHORS. M AUTHORS commit 3aa1294dfac8e74e2f05c6906e283f86bc3d852e Author: Karen Etheridge <[email protected]> Date: Sat Sep 1 10:26:37 2012 -0700 RT#114312: prevent ls from colourizing output ANSI colour codes in the `ls -l /dev` output was preventing some substitutions from matching, causing a subsequent test to fail when 'stdout' or 'stderr' was not properly removed from $DEV. M t/op/stat.t ----------------------------------------------------------------------- Summary of changes: AUTHORS | 1 + t/op/stat.t | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/AUTHORS b/AUTHORS index dc6ac3f..6822667 100644 --- a/AUTHORS +++ b/AUTHORS @@ -612,6 +612,7 @@ Jörg Walter <[email protected]> José Pedro Oliveira <[email protected]> Ka-Ping Yee <[email protected]> Kaoru Maeda <[email protected]> +Karen Etheridge <[email protected]> Karl Glazebrook <[email protected]> Karl Heuer <[email protected]> Karl Simon Berg <[email protected]> diff --git a/t/op/stat.t b/t/op/stat.t index 89411c7..f52f26c 100644 --- a/t/op/stat.t +++ b/t/op/stat.t @@ -252,6 +252,7 @@ SKIP: { skip "ls command not available to Perl in OpenVMS right now.", 6 if $Is_VMS; + delete $ENV{CLICOLOR_FORCE}; my $LS = $Config{d_readlink} ? "ls -lL" : "ls -l"; my $CMD = "$LS /dev 2>/dev/null"; my $DEV = qx($CMD); -- Perl5 Master Repository
