mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
Do not fail on minimized systems
This commit is contained in:
parent
b1b9728b19
commit
555831ee17
@ -3012,6 +3012,10 @@ SKIP:
|
||||
local $ENV{LANG} = "C";
|
||||
local $ENV{LC_MESSAGES} = "C";
|
||||
local $ENV{LC_ALL} = "C";
|
||||
my $out = `/usr/bin/man --version`;
|
||||
if ($out =~ /^This system has been minimized/) {
|
||||
skip "No man. This system has been minimized...", 1;
|
||||
}
|
||||
my $wrapper = DebugWrap->new(
|
||||
{
|
||||
cmds =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user