summaryrefslogtreecommitdiff
path: root/tests/test-closein.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Prepare for using valgrind.Bruno Haible2019-03-101-8/+8
| | | | | tests/*.sh: Invoke all test programs through ${CHECKER}. tests/*/*.sh: Likewise.
* maint: spelling fixesPaul Eggert2012-02-051-1/+1
|
* closein-tests: convert to init.shEric Blake2011-05-241-22/+16
| | | | | | | * modules/closein-tests (Files): Add init.sh * tests/test-closein.sh Use it. Signed-off-by: Eric Blake <eblake@redhat.com>
* test-closein: silence test under DarwinEric Blake2009-03-031-3/+3
| | | | | | | * tests/test-closein.sh: Ignore stderr from cat, since we don't care if it dies from EPIPE or EBADF. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix test-closein on Solaris 10.Eric Blake2007-09-281-1/+1
| | | | | | | | * tests/test-closein.c (main): Don't assume stdin can be inherited closed on all systems. * tests/test-closein.sh: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix closein for mingw.Eric Blake2007-04-271-0/+38
* modules/closein-tests: Add tests for closein. * tests/test-closein.c: New file. * tests/test-closein.sh: Likewise. * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit. * lib/closein.c (close_stdin): Don't fflush non-seekable streams.