summaryrefslogtreecommitdiffstats
path: root/tap/tests/plan/skip_all/test.pl
blob: 32555724217308e4246b8071cb8ac227fc501f82 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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));