Branch: refs/heads/yves/fix_21156_glob_darwin_issue_5_38_blocker
Home: https://github.com/Perl/perl5
Commit: 050519c4a7021da5e09ee67e878dd9611fa9c09d
https://github.com/Perl/perl5/commit/050519c4a7021da5e09ee67e878dd9611fa9c09d
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.