X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b679fc65f5f9cce62412bfd86b7751cb39cfd674..99258ea40516ffb1e9b8d777f3a26f30bbe478c3:/t/wellformed.t?ds=sidebyside diff --git a/t/wellformed.t b/t/wellformed.t index cee0ff3be..f57d3ca9c 100755 --- a/t/wellformed.t +++ b/t/wellformed.t @@ -5,6 +5,8 @@ use Cwd qw(); use File::Find; use Test::More; +plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS}; + plan(skip_all => "XML::Parser not available") unless eval q{use XML::Parser (); 1;};