]> granicus.if.org Git - check/commit
disable exit tests if fork is unavailable
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 26 Sep 2013 02:31:47 +0000 (02:31 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 26 Sep 2013 02:31:47 +0000 (02:31 +0000)
commitb6b294a7d8485b5e222d121b71f2561e9f39e2d0
tree38cf7a67d590f15c87f6fdc0e49215bc4feb49ee
parent9fc87c2fb0d91bcec7fbaf27730ed71a1104b3c9
disable exit tests if fork is unavailable

all of these tests expect that calling exit() during a test is OK.
Without fork, these tests just result in killing the unit test
program early.

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