nelhage / reptyr

Reparent a running program to a new terminal
MIT License
5.71k stars 216 forks source link

Fix the TravisCI build #110

Closed nelhage closed 4 years ago

nelhage commented 4 years ago

pexpect.EOF apparently waits for the child to die

We actually just want to check for EOF on that FD.

I'm not entirely sure how this ever worked, now.