summaryrefslogtreecommitdiff
path: root/modules/cloexec-tests
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-29 15:21:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-29 15:22:03 -0700
commitf8a3550c9b4cea9cccb72d9ba09fce1aebd1a146 (patch)
tree936f82375e7271f71079c4d04f3285b40c71adf7 /modules/cloexec-tests
parent72c63c089365640c7f1acd97fb72ee26932ac2b3 (diff)
downloadgnulib-f8a3550c9b4cea9cccb72d9ba09fce1aebd1a146.tar.gz
tests: don't assume getdtablesize () <= 10000000
* modules/cloexec-tests: * modules/dup2-tests: * modules/dup3-tests: * modules/nonblocking-tests: * modules/posix_spawn_file_actions_addclose-tests: * modules/posix_spawn_file_actions_adddup2-tests: * modules/posix_spawn_file_actions_addopen-tests: * modules/unistd-safer-tests: Depend on the getdtablesize module. * tests/test-cloexec.c: * tests/test-dup-safer.c: * tests/test-dup2.c: * tests/test-dup3.c: * tests/test-fcntl.c: * tests/test-nonblocking.c: * tests/test-posix_spawn_file_actions_addclose.c: * tests/test-posix_spawn_file_actions_adddup2.c: * tests/test-posix_spawn_file_actions_addopen.c: Don't assume getdtablesize () <= 10000000.
Diffstat (limited to 'modules/cloexec-tests')
-rw-r--r--modules/cloexec-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/cloexec-tests b/modules/cloexec-tests
index 524716c92e..d11fbd144f 100644
--- a/modules/cloexec-tests
+++ b/modules/cloexec-tests
@@ -4,6 +4,7 @@ tests/macros.h
Depends-on:
binary-io
+getdtablesize
msvc-nothrow
configure.ac: