summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/Apache-Test/t/alltest2/all.t
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/Apache-Test/t/alltest2/all.t')
-rw-r--r--debian/perl-framework/Apache-Test/t/alltest2/all.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/perl-framework/Apache-Test/t/alltest2/all.t b/debian/perl-framework/Apache-Test/t/alltest2/all.t
new file mode 100644
index 0000000..0393608
--- /dev/null
+++ b/debian/perl-framework/Apache-Test/t/alltest2/all.t
@@ -0,0 +1,8 @@
+use strict;
+use warnings FATAL => 'all';
+
+use Apache::Test;
+
+plan tests => 1, skip_reason('testing more than one all.t');
+
+ok 1;