summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/stdio/getdelim_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete bogus freeing of uninitialized datangie2015-12-081-1/+0
| | | | | | MFC after: 3 days Reported by: cppcheck Sponsored by: EMC / Isilon Storage Division
* Initialize errno to 0 in the nul testcase before testing itngie2015-12-051-0/+1
| | | | | | | For some odd reason stable/10 requires this, otherwise it always fails the errno == 0 check on line 196. Sponsored by: EMC / Isilon Storage Division
* Remove unused variables to fix building worldbapt2015-11-151-1/+0
|
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-081-0/+237
as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert "/dev/null" to _PATH_DEVNULL MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud