]> granicus.if.org Git - check/commit
Do not run signal tests without fork()
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 17:22:55 +0000 (17:22 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 17:22:55 +0000 (17:22 +0000)
commit2a2d6b68defac08a2dc44b687693afcd14f7a56d
tree8b2052988dd0119ecd9751a20d8b0639675b63d7
parentfac8d6acbd14e86feb0531ff96ee08419d0357a8
Do not run signal tests without fork()

Without fork(), the signal tests are invalid. They result in throwing
different signals, no of which would let a no-fork unit test
run finish. The tests are invalid without fork().

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