Doug MacEachern wrote:

> On Tue, 11 Dec 2001, Stas Bekman wrote:
>  
> 
>>the same, doesn't get called.
>>
> 
> ok, try again :)


all the same. 


Doug, please try this test patch, and run apache/write test. 

The /tmp/barbar doesn't go away at the server shutdown.


Alternatively just put a debug print in the END block of 
Apache::TestUtil and you will see that it doesn't get called from non 
perl-script handlers (normal) and not at the shutdown.


Index: t/response/TestApache/write.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestApache/write.pm,v
retrieving revision 1.1
diff -u -r1.1 write.pm
--- t/response/TestApache/write.pm      2001/05/05 19:24:41     1.1
+++ t/response/TestApache/write.pm      2001/12/12 03:00:09
@@ -9,6 +9,9 @@
      my $r = shift;
      $r->content_type('text/plain');

+    use Apache::TestUtil;
+    t_mkdir("/tmp/barbar");
+
      $r->write("1..2");
      $r->write("\n", 1);


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to