Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d61ea02b58618a624fc8c446b8b2496c4262c71f
https://github.com/Perl/perl5/commit/d61ea02b58618a624fc8c446b8b2496c4262c71f
Author: Yves Orton <[email protected]>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M t/op/glob.t
Log Message:
-----------
t/op/glob.t - defend against ls with colors enabled
Disable any ENV vars with the word "color", "ls" or "cli" in them
(case insensitively) before running ls. This appears to mostly
be a BSD/darwin issue, but we do it on all platforms where we call
ls in an abundance of caution.
Fixes #21156.