]> granicus.if.org Git - check/commit
Set default fork mode to CK_NOFORK if fork is unavailable
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 21:27:50 +0000 (21:27 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 21:27:50 +0000 (21:27 +0000)
commita3112af81a0ebd7d79477671fb2a23b81bf3bfe7
tree6ea8f4e4beab35c72d3b79d7f17d7a9140a95bb6
parent32319b45a7217efd3754ca15863cb5f4ee53c8b7
Set default fork mode to CK_NOFORK if fork is unavailable

The default fork mode is CK_FORK_GETENV, which checks the
environment, and failing that falls back on using fork.
If fork is unavailable, the default is now to set CK_NOFORK.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@774 64e312b2-a51f-0410-8e61-82d0ca0eb02a
src/check.c
tests/check_check_fork.c