From: Simon McVittie Date: Tue, 10 Jan 2017 14:48:31 +0000 (+0000) Subject: t/html.t: skip if running installed X-Git-Tag: debian/3.20120629.2+deb7u2~7 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/e3e07d395bb54a29b77099c341fbbfb04c4b7b63 t/html.t: skip if running installed This test was already deleted from git master by the time we added installed-tests support there. --- diff --git a/t/html.t b/t/html.t index 3faf44154..cb4c03591 100755 --- 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";