X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F20-parse.t;fp=t%2F20-parse.t;h=e1696a9dc330adf0500eb6c7d091e080068d0051;hb=e0186698ea45049a14a46eeffeb648a4b6092785;hp=bd834badfd21e6fd14591940e52407782cd28c8c;hpb=cb49d8a43a30d223994063bb2abf5122a0ed1651;p=p5sagit%2FConfig-Any.git diff --git a/t/20-parse.t b/t/20-parse.t index bd834ba..e1696a9 100644 --- a/t/20-parse.t +++ b/t/20-parse.t @@ -3,8 +3,7 @@ use strict; use warnings; no warnings 'once'; -$|++; -use Test::More tests => 54; +use Test::More tests => 6*9; use Scalar::Util qw(blessed reftype); use Config::Any; use Config::Any::General; @@ -34,7 +33,7 @@ sub load_parser_for { for my $f ( map { "t/conf/conf.$_" } keys %ext_map ) { my ( $skip, $mod ) = load_parser_for( $f ); -SKIP: { + SKIP: { skip "File loading backend for $mod not found", 9 if $skip; ok( my $c_arr