This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT#114312: prevent ls from colourizing output
authorKaren Etheridge <ether@cpan.org>
Sat, 1 Sep 2012 17:26:37 +0000 (10:26 -0700)
committerCraig A. Berry <craigberry@mac.com>
Sat, 1 Sep 2012 22:47:58 +0000 (17:47 -0500)
commit3aa1294dfac8e74e2f05c6906e283f86bc3d852e
tree6ad1cf5ab4fab02d449fc2fa9fb3c727fcd6fb78
parent2a527d377a9f42e51be8e7dd89e01cfe8bca6764
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.
t/op/stat.t