summaryrefslogtreecommitdiff
path: root/tests/test-select-in.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-4/+4
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* tests: be robust to ignored SIGPIPEEric Blake2010-04-201-1/+2
| | | | | | | | | | Noticed during a libvirt test run with trap '' SIGPIPE. * tests/test-select-in.sh: Consume all output. * tests/test-lseek.sh: Check correct exit status, while avoiding EPIPE. Signed-off-by: Eric Blake <eblake@redhat.com>
* Document a select() bug on Solaris 2.6.Bruno Haible2008-12-201-0/+4
|
* Don't rely on the contents of stderr of shell commands.Bruno Haible2008-11-111-4/+8
|
* More tests for 'select' module.Bruno Haible2008-11-081-0/+29