"LT" == Leopold Toetsch <[EMAIL PROTECTED]> writes:
LT> The attached t/pmc/signal.t should send a SIGINT to a sleeping or LT> looping PASM test. This basically works, but the test output looks a
Test::* can't handle output from forked children (it traps redirect
STDOUT in the current process so it has no access to STDOUT of a
child).
I've now changed the code and use an SIGALRM handler to send a SIGINT to parrot. Works fine.
Thanks for your comments,
uri
leo