aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/unit1301.c
AgeCommit message (Collapse)Author
2011-01-05Made unit_setup() return an error code to abort the test earlyDan Fandrich
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.
2011-01-04unittest: verify curl_strequalDaniel Stenberg