cvs commit: ponie/perl/ext/POSIX/t sigaction.t
[email protected] (Nicholas Clark) 26 Oct 2004 15:03:07 -0000
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 04/10/26 08:03:07 Modified: perl/ext/POSIX/t sigaction.t Log: Skip all sigaction tests for now. Revision Changes Path 1.3 +2 -0 ponie/perl/ext/POSIX/t/sigaction.t Index: sigaction.t =================================================================== RCS file: /cvs/public/ponie/perl/ext/POSIX/t/sigaction.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sigaction.t 30 Apr 2004 20:02:34 -0000 1.2 +++ sigaction.t 26 Oct 2004 15:03:07 -0000 1.3 @@ -14,6 +14,8 @@ print "1..0\n"; exit 0; } + print "1..0 # Signals too unsafe under ponie currently.\n"; + exit; } use strict;