Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d8a0004d9e4c079449dff3e78306b2cd5252c405 https://github.com/Perl/perl5/commit/d8a0004d9e4c079449dff3e78306b2cd5252c405 Author: Karl Williamson <k...@cpan.org> Date: 2024-02-18 (Sun, 18 Feb 2024)
Changed paths: M t/run/locale.t Log Message: ----------- Fix warning in run/locale.t A test in this file checks that garbage in the environment is properly handled. But some shells (notably bash) warn when LC_ALL is set to a non-existent locale. This commit avoids using a shell to do the setting up of the environment. This was spotted by Dave Mitchell who also provided the outlines of the fix. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications