mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
15 lines
171 B
Plaintext
15 lines
171 B
Plaintext
Files:
|
|
tests/test-isatty.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
unistd
|
|
pipe-posix
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-isatty
|
|
check_PROGRAMS += test-isatty
|