summaryrefslogtreecommitdiff
path: root/tests/LightyTest.pm
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-23 00:38:43 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-23 03:50:13 -0500
commitb598bb53f961cdc5743b034f646c7633806fc832 (patch)
treeca0e130a6df4ac66f52f208c99ad2f3686e455d9 /tests/LightyTest.pm
parent89a3987ce7d6c109269d3370d464994d8feee5cf (diff)
downloadlighttpd-git-b598bb53f961cdc5743b034f646c7633806fc832.tar.gz
[tests] remove FastCGI test dependency on PHP
Diffstat (limited to 'tests/LightyTest.pm')
-rw-r--r--tests/LightyTest.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/LightyTest.pm b/tests/LightyTest.pm
index 434b6b6c..29ea0bf3 100644
--- a/tests/LightyTest.pm
+++ b/tests/LightyTest.pm
@@ -36,7 +36,6 @@ sub find_program {
}
BEGIN {
- our $HAVE_PHP = find_program('PHP', 'php-cgi');
our $HAVE_PERL = find_program('PERL', 'perl');
if (!$HAVE_PERL) {
die "Couldn't find path to perl, but it obviously seems to be running";