gbenson 01/11/07 03:30:20
Modified: perl-framework/Apache-Test/lib/Apache TestRun.pm
Log:
Solaris reports "coredump(blocks) unlimited"
Revision Changes Path
1.66 +1 -1
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.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- TestRun.pm 2001/10/20 00:23:54 1.65
+++ TestRun.pm 2001/11/07 11:30:20 1.66
@@ -459,7 +459,7 @@
open $sh, "echo ulimit -a | $binsh|" or die;
local $_;
while (<$sh>) {
- if (/^core file size.*unlimited$/) {
+ if (/^core.*unlimited$/) {
#already set to unlimited
$ENV{APACHE_TEST_ULIMIT_SET} = 1;
return;