Steve Hay wrote:
[...]
This makes sense after reading

   http://perl.apache.org/docs/2.0/user/config/config.html#C_modperl_
   http://perl.apache.org/docs/2.0/user/config/config.html#C_perl_script_

and sure enough the various tests that fail, e.g.

   apache\scanhdrs
   api\rflush
   modperl\post_utf8
   modules\cgi

specify "SetHandler perl-script" in their .pm files, while the test above that succeeded (api\lookup_ui) specifies "SetHandler modperl" in its .pm file.

Not a single test that uses 'perl-script' passes?


So it looks like rather than us having the redirection stuff oddly working for some tests and not for others, what we actually have is a case of it never working! The tests that work only do so because they use the "modperl" response handler which skips the tie()'ing of STDIN/STDOUT.

But you said that they did work from 'make test'/ t/TEST, for some reason they only fail when run from t/SMOKE. Is that correct? So it's some sort of condition that t/SMOKE creates, creating the grounds for this problem.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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



Reply via email to