This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip pat_re_eval.t in minitest, as it uses re, which needs dynamic loading.
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Mar 2011 22:36:15 +0000 (22:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:50 +0000 (09:13 +0000)
t/re/pat_re_eval.t

index a9ccbe7..20bc7b3 100644 (file)
@@ -18,6 +18,7 @@ BEGIN {
     chdir 't' if -d 't';
     @INC = ('../lib','.');
     require './test.pl';
+    skip_all_if_miniperl("no dynamic loading on miniperl, no re");
 }