Fix tests on kqueue() based platforms.
commit6e508e9eb48c88f94cd9431aca6ac5743beb41d5
authorAlexander Færøy <ahf@torproject.org>
Mon, 26 Nov 2018 06:16:28 +0000 (26 07:16 +0100)
committerNick Mathewson <nickm@torproject.org>
Mon, 17 Dec 2018 21:39:28 +0000 (17 16:39 -0500)
tree4710d66eb070969cfeb83e243d270a133e9b00d6
parentccc1963890bc7448383cd4c45370139697973d64
Fix tests on kqueue() based platforms.

This patch disables fork()'ing of the slow process tests. This fixes the
tests on the MacOS and other kqueue() based platforms.

Without this patch the main loop exits eearly with EBADF as error.

See: https://bugs.torproject.org/28179
src/test/test_process_slow.c