Add test to check if the exit callback is called in process_t upon process_exec(...
commit4ed06acb2ada14e424f453c24c477659b4cb7cbf
authorAlexander Færøy <ahf@torproject.org>
Thu, 17 Oct 2019 14:56:21 +0000 (17 16:56 +0200)
committerAlexander Færøy <ahf@torproject.org>
Thu, 17 Oct 2019 18:52:32 +0000 (17 20:52 +0200)
treecc44e3699e9ad1dacedbb27a70e083a7fe04d895
parent7a64f6ea049747385acf77985ad4df5fa497b3e1
Add test to check if the exit callback is called in process_t upon process_exec() failures.

This patch adds a test to check for whether the exit callback is always
called when process_exec() fails, both on Windows and Unix.

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