X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Funit_core_path_to.t;h=a89135c578fca0b2e1c46f9645488e3dbf3ee87a;hb=30305469e1d8f922119d64d631ccd800358a7698;hp=52c11a3d2164952f1b288eab64239b71dd301f0a;hpb=fa32ac82eacd5c38b4b4dda10c472901a59c72fe;p=catagits%2FCatalyst-Runtime.git diff --git a/t/unit_core_path_to.t b/t/unit_core_path_to.t index 52c11a3..a89135c 100644 --- a/t/unit_core_path_to.t +++ b/t/unit_core_path_to.t @@ -17,10 +17,10 @@ my %non_unix = ( my $os = $non_unix{$^O} ? $^O : 'Unix'; if( $os ne 'Unix' ) { - plan skip_all => 'tests require Unix'; + plan skip_all => 'tests require Unix'; } else { - plan tests => 3; + plan tests => 3; } use_ok('Catalyst');