]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/wellformed.t
Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructure
[git.ikiwiki.info.git] / t / wellformed.t
index cee0ff3be1e8460eddb039896ed381799ae6d6c1..f57d3ca9ccd0ea90a5dbe0ec04af0873417ecd1a 100755 (executable)
@@ -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;};