X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F55-yaml.t;fp=t%2F55-yaml.t;h=2eb8d4e5bb91a2f28b73b39d36beacf95c663bca;hp=d042cc457e317504fb50419ed7386b6fcbbbedb3;hb=77f14cda81a1985461745614ec79a76d25f13ac4;hpb=aa7bd7c30e544ebbb418c2a0508523800e790836 diff --git a/t/55-yaml.t b/t/55-yaml.t index d042cc4..2eb8d4e 100644 --- a/t/55-yaml.t +++ b/t/55-yaml.t @@ -19,9 +19,9 @@ else { # test invalid config { - my $file = 't/invalid/conf.yml'; + my $file = 't/invalid/conf.yml'; my $config = eval { Config::Any::YAML->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }