This works now. $ perl6-m -e 'my $handle = pipe("/usr/bin/false", :r); say $handle.close' Proc::Status.new(exit => 1, pid => Any, signal => 0)
There are passing tests in S32-io/pipe.t. I'm closing this ticket as 'resolved'.
Christian Bartolomaeus via RT Mon, 20 Apr 2015 12:33:13 -0700
This works now. $ perl6-m -e 'my $handle = pipe("/usr/bin/false", :r); say $handle.close' Proc::Status.new(exit => 1, pid => Any, signal => 0)
There are passing tests in S32-io/pipe.t. I'm closing this ticket as 'resolved'.