]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
t/html.t: skip if running installed
authorSimon McVittie <smcv@debian.org>
Tue, 10 Jan 2017 14:48:31 +0000 (14:48 +0000)
committerSimon McVittie <smcv@debian.org>
Wed, 11 Jan 2017 15:44:09 +0000 (15:44 +0000)
This test was already deleted from git master by the time we added
installed-tests support there.

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";