summaryrefslogtreecommitdiff
path: root/test/misc/fdopen.c
AgeCommit message (Collapse)Author
2012-01-16tests: fdopen: add missing mode args to open()Mike Frysinger
We call open() with O_CREAT, so make sure we pass in the mode else we might get build errors with fortify source. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-02-28check more return valuesMike Frysinger
2006-02-14get rid of link time warning with tmpname()Mike Frysinger
2006-02-14document why the ftell() should be 5 and not 14Mike Frysinger
2006-02-14fix fdopen testMike Frysinger
2003-01-28Add a couple of testsEric Andersen