nagios4/tap/tests/plan/skip_all/test.pl

12 lines
156 B
Perl
Raw Normal View History

2017-05-19 22:22:40 +02:00
#!/usr/bin/perl
use warnings;
use strict;
use Test::More;
my $rc = 0;
$rc = plan skip_all => "No good reason";
diag("Returned: " . sprintf("%d", $rc));