X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F54-xml.t;h=0f7514ae6a4d8a5a70dfca6a589d0f994b66c467;hp=02fd79376b35d109c6001baf20e4a4329126903d;hb=77f14cda81a1985461745614ec79a76d25f13ac4;hpb=aa7bd7c30e544ebbb418c2a0508523800e790836 diff --git a/t/54-xml.t b/t/54-xml.t index 02fd793..0f7514a 100644 --- a/t/54-xml.t +++ b/t/54-xml.t @@ -19,9 +19,9 @@ else { # test invalid config { - my $file = 't/invalid/conf.xml'; + my $file = 't/invalid/conf.xml'; my $config = eval { Config::Any::XML->load( $file ) }; ok( !$config, 'config load failed' ); - ok( $@, "error thrown ($@)" ); + ok( $@, "error thrown ($@)" ); }