dougm       01/10/19 16:46:52

  Modified:    perl-framework/Apache-Test/lib/Apache TestRun.pm
  Log:
  WINFU platforms do not support ulimit; so skip attempt to set it
  
  Revision  Changes    Path
  1.64      +1 -0      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm
  
  Index: TestRun.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- TestRun.pm        2001/10/19 16:09:39     1.63
  +++ TestRun.pm        2001/10/19 23:46:52     1.64
  @@ -456,6 +456,7 @@
   }
   
   sub set_ulimit_via_sh {
  +    return if Apache::TestConfig::WINFU;
       return if $ENV{APACHE_TEST_ULIMIT_SET};
       my $binsh = '/bin/sh';
       return unless -e $binsh;
  
  
  

Reply via email to