]> granicus.if.org Git - check/commit
skip test_setup without fork
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 17:22:59 +0000 (17:22 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 22 Sep 2013 17:22:59 +0000 (17:22 +0000)
commitef251be816dc17ce95bec3554faf0023ac64f188
tree8d03570767f5619cf1b9cc07427a1f1b2a0aac51
parent1116afb056eda056e951d3e2a2642859197e838f
skip test_setup without fork

This test is run 3 times, and each run attempts to change some global
memory. If using fork, each test has the same global memory. However,
without fork subsequent tests observe the changed global memory from
previous tests. Disabling all but the first run if there is no fork(),
and the test is invalid without fork.

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