"Steve Hay" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > All OK on Win32 using apache-2.2.2 and perl-5.8.8
CYGWIN_NT-5.1 1.5.21, perl 5.8.7, Apache/2.2.2 Failed Test Stat Wstat Total Fail List of Failed ---------------------------------------------------------------------------- --- t/apache/daemon.t 2 2 1-2 Philip, I checked this and it seems that only half of my patch ( http://www.gossamer-threads.com/lists/modperl/dev/90865 ) made it into the svn rep. This is the part that's not commited yet: Index: t/response/TestApache/daemon.pm =================================================================== --- t/response/TestApache/daemon.pm (revision 453124) +++ t/response/TestApache/daemon.pm (working copy) @@ -11,7 +11,7 @@ use Apache::TestUtil; use Apache::Test; -use constant WIN32 => Apache::TestConfig::WIN32 || Apache::TestConfig::CYGWIN; +use constant WIN32 => Apache::TestConfig::WIN32; use Apache2::Const -compile => 'OK'; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]