In perl.git, the branch smoke-me/114312 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/38ede92a3e8461a4822194c526c8adc3b76b678b?hp=043fec90e88a2e23823af40a5c0b59539fc58069>

- Log -----------------------------------------------------------------
commit 38ede92a3e8461a4822194c526c8adc3b76b678b
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

commit 19422fcd8afbada4f1c884a553ee3e9331e92eb0
Author: Nicholas Clark <[email protected]>
Date:   Sat Sep 1 20:21:31 2012 +0200

    Add Karen Etheridge to AUTHORS.

M       AUTHORS
-----------------------------------------------------------------------

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

Reply via email to