K 10 svn:author V 6 jilles K 8 svn:date V 27 2019-09-18T19:21:20.023777Z K 7 svn:log V 397 MFC r351819: procstat/tests: Fix flakiness by waiting for program to start Some of the procstat tests start a program "while1" and examine the process using procstat, but did not wait properly for it to start (kill -0 will succeed immediately after the child process has been created). Instead, have "while1" write something when it starts, and use a fifo to wait for that. PR: 233587, 233588 END