summaryrefslogtreecommitdiffstats
path: root/tools/regression/pipe/pipe-ino.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/pipe in to the FreeBSD test suite asngie2015-11-161-66/+0
| | | | | | | | | | | | | | tests/sys/kern/pipe - Fix style(9) bugs - Fix compiler warnings - Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern The testcases will be converted over to ATF eventually, but for now will be integrated in as plain C tests MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Add a simple test for pipe inode numbers reported by fstat(2).kib2011-12-011-0/+66
Submitted by: gianni MFC after: 1 week
OpenPOWER on IntegriCloud