]> granicus.if.org Git - check/commit
silence warning regarding ignoring pipe's return value
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:24:27 +0000 (03:24 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 4 Nov 2012 03:24:27 +0000 (03:24 +0000)
commit829ce1e218ca9ea4a7b9350cd72e48d8f9771d72
tree84d4fda5f6d6f597ea9726304bcad692020fa32b
parentfcc32ce82984beee363b56a6208b10f5c577aeea
silence warning regarding ignoring pipe's return value

Check's unit tests were calling pipe but ignore its return value.
This results in a compiler warning. The offending unit tests now
check the return value and call ck_assert_msg with it.

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