Skip to content

829.0: Fix racey ProcessTest. (#69)

Compare
Choose a tag to compare
@abyss7 abyss7 released this 01 Aug 10:04
· 1 commit to stable-829 since this release
* 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*