We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b9728 commit 555831eCopy full SHA for 555831e
lib/perl5db.t
@@ -3012,6 +3012,10 @@ SKIP:
3012
local $ENV{LANG} = "C";
3013
local $ENV{LC_MESSAGES} = "C";
3014
local $ENV{LC_ALL} = "C";
3015
+ my $out = `/usr/bin/man --version`;
3016
+ if ($out =~ /^This system has been minimized/) {
3017
+ skip "No man. This system has been minimized...", 1;
3018
+ }
3019
my $wrapper = DebugWrap->new(
3020
{
3021
cmds =>
0 commit comments