summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/apache/rwrite.t
diff options
context:
space:
mode:
Diffstat (limited to 'debian/perl-framework/t/apache/rwrite.t')
-rw-r--r--debian/perl-framework/t/apache/rwrite.t6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/perl-framework/t/apache/rwrite.t b/debian/perl-framework/t/apache/rwrite.t
new file mode 100644
index 0000000..e27808c
--- /dev/null
+++ b/debian/perl-framework/t/apache/rwrite.t
@@ -0,0 +1,6 @@
+use strict;
+use warnings FATAL => 'all';
+
+use Apache::TestCommon ();
+
+Apache::TestCommon::run_write_test('test_rwrite');