stas 2004/08/26 18:03:55
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
a bug to fix
Revision Changes Path
1.243 +1 -0
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -u -r1.242 -r1.243
--- TestConfig.pm 27 Aug 2004 00:51:54 -0000 1.242
+++ TestConfig.pm 27 Aug 2004 01:03:55 -0000 1.243
@@ -1745,6 +1745,7 @@
# httpd opts
my $test_config = Apache::TestConfig->new({thaw=>1});
+ # XXX: need to run httpd config to get the value of httpd
if (my $httpd = $test_config->{vars}->{httpd}) {
$httpd = shell_ready($httpd);
$command = "$httpd -V";