summaryrefslogtreecommitdiffstats
path: root/heartbeat.cgi
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-06-16 00:30:47 +0200
committerDylan William Hardison <dylan@hardison.net>2018-06-28 22:41:58 +0200
commitd384888e734489a1524ca3ab1ad271343258bdea (patch)
treef154c18e1375d2bfb95c3d081f34f7b0136e6cdf /heartbeat.cgi
parentb3a6e0da65144921a99a369398dd390f5c65bef3 (diff)
downloadbugzilla-d384888e734489a1524ca3ab1ad271343258bdea.tar.gz
bugzilla-d384888e734489a1524ca3ab1ad271343258bdea.tar.xz
fix more tests, hopefully
Diffstat (limited to 'heartbeat.cgi')
-rwxr-xr-xheartbeat.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/heartbeat.cgi b/heartbeat.cgi
index 0597f1e3a..7f4f6361e 100755
--- a/heartbeat.cgi
+++ b/heartbeat.cgi
@@ -29,7 +29,6 @@ my $ok = eval {
die "database not available" unless $database_ok;
die "memcached server(s) not available" unless $memcached_ok;
- die "mod_perl not configured?" unless $ENV{MOD_PERL};
1;
};
FATAL("heartbeat error: $@") if !$ok && $@;