X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F50-general.t;h=59b3f35a56385363ae020d5d06156e3efe92dd82;hp=e173624362aaf8189ee6cb5ffeb9147e02e4200a;hb=77f14cda81a1985461745614ec79a76d25f13ac4;hpb=5770ffc01feb6998b8a7e23d66b52d33e4a62b35 diff --git a/t/50-general.t b/t/50-general.t index e173624..59b3f35 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -26,9 +26,9 @@ else { # test invalid config { - my $file = 't/invalid/conf.conf'; + my $file = 't/invalid/conf.conf'; my $config = eval { Config::Any::General->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }