Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 643eafe845de120cb50bafea594858c7 > files > 17

perl-5.10.0-25.1mdv2009.0.src.rpm

diff -p -up perl-5.10.0/ext/Sys/Syslog/t/syslog.t.pix perl-5.10.0/ext/Sys/Syslog/t/syslog.t
--- perl-5.10.0/ext/Sys/Syslog/t/syslog.t.pix	2007-12-18 10:47:07.000000000 +0000
+++ perl-5.10.0/ext/Sys/Syslog/t/syslog.t	2008-01-14 09:51:31.000000000 +0000
@@ -185,7 +185,7 @@ for my $sock_type (qw(native eventlog un
 
 BEGIN { $tests += 10 }
 SKIP: {
-    skip "not testing setlogsock('stream') on Win32", 10 if $is_Win32;
+    skip "not testing setlogsock('stream')", 10;
     skip "the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism", 10 
         if grep {/unix/} @passed;