This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip reg_fold.t under minitest, as it uses charnames, which uses File::Spec.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Feb 2011 14:58:58 +0000 (14:58 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 6 Mar 2011 09:13:49 +0000 (09:13 +0000)
t/re/reg_fold.t

index 59dbfc7..318f816 100644 (file)
@@ -4,6 +4,7 @@ BEGIN {
     chdir 't' if -d 't';
     @INC = '../lib';
     require './test.pl';
+    skip_all_if_miniperl("no dynamic loading on miniperl, no File::Spec");
 }
 
 use strict;