More unit tests for process spawning
commite3833193af11dc4252e90565c3919889cc4130b3
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Apr 2014 16:50:00 +0000 (30 12:50 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 14 Jun 2014 15:40:27 +0000 (14 11:40 -0400)
treeeb0c603f86c264cbd477b0b1edfd546284f6c427
parente2e588175eac4ebe8fb47c0540954d0f78525cce
More unit tests for process spawning

Try killing a running process; try noticing that a process has
exited without checking its output; verify that waitpid_cb (when
present) is set to NULL when you would expect it to be.
src/test/test-child.c
src/test/test_util.c