]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/template_syntax.t
Run autopkgtest tests using autodep8 and the pkg-perl team's infrastructure
[git.ikiwiki.info.git] / t / template_syntax.t
index 1e156eed897890f1e856eb25606ba8057f169975..661f450c0b1169efbc826be0ffc72d22dd8eca4a 100755 (executable)
@@ -3,6 +3,8 @@ use warnings;
 use strict;
 use Test::More;
 
+plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS};
+
 my @templates=glob("templates/*.tmpl"), glob("doc/templates/*.mdwn");
 plan(tests => 2*@templates);