]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/lei-refresh-mail-sync: avoid kill+sleep loop
authorEric Wong <e@80x24.org>
Sun, 12 Feb 2023 03:12:03 +0000 (03:12 +0000)
committerEric Wong <e@80x24.org>
Sun, 12 Feb 2023 23:19:47 +0000 (23:19 +0000)
While we can't waitpid() on daemonized process, we can abuse the
lack of FD_CLOEXEC to detect a process death.  This saves
roughly 400ms for this slow test.


No differences found