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
Fix racey ProcessTest. (#69)
* Fix racey ProcessTest.
The signal may have been delivered to tested sh process after
a syscall to exit(0), so the tests may have been flaky.
* Added a FIXME for ProcessTest.Process*