Skip to content

Commit cb09293

Browse files
author
Eugen Konkov
committed
Do not fail on minimized systems
1 parent 8785c11 commit cb09293

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/perl5db.t

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3012,6 +3012,9 @@ SKIP:
30123012
local $ENV{LANG} = "C";
30133013
local $ENV{LC_MESSAGES} = "C";
30143014
local $ENV{LC_ALL} = "C";
3015+
my $out = `/usr/bin/man --version`;
3016+
$out !~ /^This system has been minimized/
3017+
or skip "No man. This system has been minimized...", 1;
30153018
my $wrapper = DebugWrap->new(
30163019
{
30173020
cmds =>

0 commit comments

Comments
 (0)