bfg / mojox-run

MojoX::Run - asynchronous external command execution for Mojo
5 stars 3 forks source link

mojox-run-stdin-close.t fails #5

Closed yko closed 12 years ago

yko commented 12 years ago

If stdout gets closed before data written no response could be read which leads to test failing. I offer to close stdout in write callback, which seems to fix error,