]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/html.t
t/html.t: skip if running installed
[git.ikiwiki.info.git] / t / html.t
index 84c561fa87e380ca63c6cf902e0f87192f5892c5..3933ab7eaf25b00e52674878ffa51759509a3e1a 100755 (executable)
--- a/t/html.t
+++ b/t/html.t
@@ -6,6 +6,8 @@ use Test::More;
 my @pages;
 
 BEGIN {
+       plan(skip_all => 'running installed') if $ENV{INSTALLED_TESTS};
+
        @pages=qw(index features news plugins/map security);
        if (system("command -v validate >/dev/null") != 0) {
                plan skip_all => "html validator not present";