Commit b3e13e1e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 366624: testserver.pl fails to find the GID for the httpd process - Patch by…

Bug 366624: testserver.pl fails to find the GID for the httpd process - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent ac7671d0
......@@ -21,7 +21,13 @@
use strict;
use lib ".";
use Bugzilla;
BEGIN {
my $envpath = $ENV{'PATH'};
require Bugzilla;
# $ENV{'PATH'} is required by the 'ps' command to run correctly.
$ENV{'PATH'} = $envpath;
}
use Bugzilla::Constants;
use Socket;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment