diff options
Diffstat (limited to 'lib/Pod/t/Usage.t')
-rw-r--r-- | lib/Pod/t/Usage.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Pod/t/Usage.t b/lib/Pod/t/Usage.t index f5c7207b8c..d970d9172c 100644 --- a/lib/Pod/t/Usage.t +++ b/lib/Pod/t/Usage.t @@ -47,7 +47,8 @@ SKIP: { is( $$fake_out, $vbl_0, '-pathlist parameter' ); } -{ # Test exit status from pod2usage() +SKIP: { # Test exit status from pod2usage() + skip "Exit status broken on Mac OS", 1 if $^O eq 'MacOS'; my $exit = ($^O eq 'VMS' ? 2 : 42); my $dev_null = File::Spec->devnull; my $args = join ", ", ( |