X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F20-parse.t;h=910c80baf778208fa0015a705d9f74404bf88ad7;hp=e1696a9dc330adf0500eb6c7d091e080068d0051;hb=c2a19f634f7a084c1e9c76142d4e7554895d454b;hpb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6 diff --git a/t/20-parse.t b/t/20-parse.t index e1696a9..910c80b 100644 --- a/t/20-parse.t +++ b/t/20-parse.t @@ -34,7 +34,8 @@ sub load_parser_for { for my $f ( map { "t/conf/conf.$_" } keys %ext_map ) { my ( $skip, $mod ) = load_parser_for( $f ); SKIP: { - skip "File loading backend for $mod not found", 9 if $skip; + skip "File loading backend for $mod not found", 9 + if $skip && !$ENV{RELEASE_TESTING}; ok( my $c_arr = Config::Any->load_files(