]> 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 22:36:47 +0000 (22:36 +0000)
This test was already deleted from git master by the time we added
installed-tests support there.

t/html.t

index 3faf44154203aaa88a0bef7e1ad152311497747b..cb4c03591381db996b6ce654b08eae00fa37dda8 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 (! -x "/usr/bin/validate") {
                plan skip_all => "/usr/bin/validate html validator not present";