]> granicus.if.org Git - curl/commit
Made unit_setup() return an error code to abort the test early
authorDan Fandrich <dan@coneharvesters.com>
Thu, 6 Jan 2011 07:53:24 +0000 (23:53 -0800)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 6 Jan 2011 07:53:24 +0000 (23:53 -0800)
commitebb9c7ae04f905f86f6beddba06a9b0c3e4e0ac8
treeec81d52e6fdc6d35cb6e8b946a0e3c12c6c4fd18
parent53014175e8dce8bc1ea6fbe00f1da886767d7587
Made unit_setup() return an error code to abort the test early

This makes it possible to skip the call to unit_stop() in such
cases.  Also use Curl_safefree() in unit test 1302 so it will
pass the memory torture test.
tests/unit/curlcheck.h
tests/unit/unit1300.c
tests/unit/unit1301.c
tests/unit/unit1302.c
tests/unit/unit1303.c