summaryrefslogtreecommitdiff
path: root/t/13-taint.t
diff options
context:
space:
mode:
Diffstat (limited to 't/13-taint.t')
-rw-r--r--t/13-taint.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/t/13-taint.t b/t/13-taint.t
new file mode 100644
index 0000000..5d60f1d
--- /dev/null
+++ b/t/13-taint.t
@@ -0,0 +1,10 @@
+use strict;
+use warnings;
+
+use File::Spec;
+use lib File::Spec->catdir( 't', 'lib' );
+
+eval { "$0$^X" && kill 0; 1 };
+
+use PVTests::Standard;
+PVTests::Standard::run_tests();