You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm about to xfail it. It creates some pipes, forks a process, and then does I/O on those pipes. For some reason, the forked program, cat, never sees that the input to the process is closed, meaning that the test will hang forever.
I'm not entirely sure why, and this test should hopefully get fixed soon.