r7326 - /trunk/libsys-syslog-perl/t/syslog.t

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Sep 10 13:17:43 UTC 2007


Author: dmn
Date: Mon Sep 10 13:17:43 2007
New Revision: 7326

URL: http://svn.debian.org/wsvn/?sc=1&rev=7326
Log:
Drop stream-related test additions that is now present upstream

Modified:
    trunk/libsys-syslog-perl/t/syslog.t

Modified: trunk/libsys-syslog-perl/t/syslog.t
URL: http://svn.debian.org/wsvn/trunk/libsys-syslog-perl/t/syslog.t?rev=7326&op=diff
==============================================================================
--- trunk/libsys-syslog-perl/t/syslog.t (original)
+++ trunk/libsys-syslog-perl/t/syslog.t Mon Sep 10 13:17:43 2007
@@ -184,14 +184,6 @@
 
 
 BEGIN { $tests += 10 }
-# setlogsock() with "stream" and an undef path
-SKIP: {
-    skip "syslogd not running", 2 unless ( -w "/dev/log" );
-    $r = eval { setlogsock("stream", undef ) } || '';
-    is( $@, '', "setlogsock() called, with 'stream' and an undef path" );
-    ok( $r, "setlogsock() should return true: '$r'" );
-}
-
 SKIP: {
     skip "not testing setlogsock('stream') on Win32", 10 if $is_Win32;
     skip "the 'unix' mechanism works, so the tests will likely fail with the 'stream' mechanism", 10 




More information about the Pkg-perl-cvs-commits mailing list