summaryrefslogtreecommitdiffstats
path: root/tap/tests/plan/skip_all/test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tap/tests/plan/skip_all/test.pl')
-rw-r--r--tap/tests/plan/skip_all/test.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tap/tests/plan/skip_all/test.pl b/tap/tests/plan/skip_all/test.pl
new file mode 100644
index 0000000..3255572
--- /dev/null
+++ b/tap/tests/plan/skip_all/test.pl
@@ -0,0 +1,11 @@
1#!/usr/bin/perl
2
3use warnings;
4use strict;
5
6use Test::More;
7
8my $rc = 0;
9
10$rc = plan skip_all => "No good reason";
11diag("Returned: " . sprintf("%d", $rc));