From e3e07d395bb54a29b77099c341fbbfb04c4b7b63 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 10 Jan 2017 14:48:31 +0000 Subject: [PATCH] t/html.t: skip if running installed This test was already deleted from git master by the time we added installed-tests support there. --- t/html.t | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.39.2