summaryrefslogtreecommitdiff
path: root/modules/isatty-tests
Commit message (Collapse)AuthorAgeFilesLines
* Enhance tests for module 'isatty'.Bruno Haible2012-01-031-0/+1
| | | | | | | | * modules/isatty-tests (Depends-on): Add pipe-posix. * tests/test-isatty.c: Include <fcntl.h>. (DEV_NULL): New macro. (main): Test the resut of isatty() also on regular files, pipes, and /dev/null.
* Tests for module 'isatty'.Bruno Haible2011-09-201-0/+13
* modules/isatty-tests: New file. * tests/test-isatty.c: New file.