summaryrefslogtreecommitdiff
path: root/t/op/taint.t
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-02-25 14:59:55 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-06 09:13:49 +0000
commit632e037a5753f74d4e3c88cf452d9953b8579fd3 (patch)
treed5ee435ec383eb21face7a8676e7980486b006ea /t/op/taint.t
parent164766b20b2667cd7984ecaf094dcaba9a39117f (diff)
downloadperl-632e037a5753f74d4e3c88cf452d9953b8579fd3.tar.gz
Skip taint.t and lex_utf8.t under minitest, as both require C<re>.
Diffstat (limited to 't/op/taint.t')
-rw-r--r--t/op/taint.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/op/taint.t b/t/op/taint.t
index fbbe2a07be..af51d95bd9 100644
--- a/t/op/taint.t
+++ b/t/op/taint.t
@@ -10,12 +10,13 @@
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
+ require './test.pl';
+ skip_all_if_miniperl("no dynamic loading on miniperl, no re");
}
use strict;
use Config;
-BEGIN { require './test.pl'; }
plan tests => 766;
$| = 1;