You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by do...@apache.org on 2001/10/14 04:17:13 UTC

cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

dougm       01/10/13 19:17:13

  Modified:    perl-framework/Apache-Test/lib/Apache TestServer.pm
  Log:
  WIN32 needs to be fully qualified as Apache::TestConfig::WIN32
  
  Revision  Changes    Path
  1.35      +1 -1      httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- TestServer.pm	2001/10/14 02:11:36	1.34
  +++ TestServer.pm	2001/10/14 02:17:13	1.35
  @@ -386,7 +386,7 @@
   
       print "$cmd\n";
   
  -    if (WIN32) {
  +    if (Apache::TestConfig::WIN32) {
           require Win32::Process;
           my $obj;
           Win32::Process::Create($obj,