cvs commit: ponie/perl/ext/POSIX/t posix.t

[email protected] (Arthur Bergman) 12 Mar 2004 12:28:48 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
cvsuser     04/03/12 04:28:48

  Modified:    perl/ext/POSIX/t posix.t
  Log:
  yet another signalling problem
  
  Revision  Changes    Path
  1.2       +1 -1      ponie/perl/ext/POSIX/t/posix.t
  
  Index: posix.t
  ===================================================================
  RCS file: /cvs/public/ponie/perl/ext/POSIX/t/posix.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- posix.t	9 Sep 2003 11:59:15 -0000	1.1
  +++ posix.t	12 Mar 2004 12:28:48 -0000	1.2
  @@ -60,7 +60,7 @@
   
   SKIP: {
       skip("no sigaction support on win32/dos", 6) if $Is_W32 || $Is_Dos;
  -
  +    skip("Signalling still not properly supported under ponie #XXX", 6);
       my $sigset = new POSIX::SigSet 1, 3;
       $sigset->delset(1);
       ok(! $sigset->ismember(1),  'POSIX::SigSet->delset' );