(was Re: PerlIO regerssion tests?)
[p5sagit/p5-mst-13.2.git] / t / io / pipe.t
index 24c5d76..5008325 100755 (executable)
@@ -188,7 +188,6 @@ $? = 0;
 
 # check that child is reaped if the piped program can't be executed
 {
-  local $SIG{CHLD} = 'DEFAULT';
   open NIL, '/no_such_process |';
   close NIL;