X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/1fc3f034191d3eec78b4d5da343e282092a221be..461a5e5c4787b43cfe88d1459c4647a463deb297:/t/template_syntax.t diff --git a/t/template_syntax.t b/t/template_syntax.t index 1e156eed8..3e6509f35 100755 --- a/t/template_syntax.t +++ b/t/template_syntax.t @@ -3,7 +3,9 @@ use warnings; use strict; use Test::More; -my @templates=glob("templates/*.tmpl"), glob("doc/templates/*.mdwn"); +plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS}; + +my @templates=(glob("templates/*.tmpl"), glob("doc/templates/*.mdwn")); plan(tests => 2*@templates); use HTML::Template;