This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip taint.t and lex_utf8.t under minitest, as both require C<re>.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 14:59:55 +0000 (14:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:49 +0000 (09:13 +0000)
t/op/taint.t
t/uni/lex_utf8.t

index fbbe2a0..af51d95 100644 (file)
 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;
index 2aa9221..a5747cb 100644 (file)
@@ -10,6 +10,7 @@ BEGIN {
     $| = 1;
 
     require './test.pl';
+    skip_all_if_miniperl("no dynamic loading on miniperl, no re");
 }
 
 use strict;