summaryrefslogtreecommitdiff
path: root/modules/dup2-tests
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-05 06:19:01 -0700
committerEric Blake <ebb9@byu.net>2009-12-05 14:32:23 -0700
commit173359dbe40ac4381088060b0f26e66529fa0f29 (patch)
tree66cfe76dc1be6e35bf33ae60d2e48f48d687ffd5 /modules/dup2-tests
parentd8ccc13ba3ba05654f9be09bba5492cc8da30c3b (diff)
downloadgnulib-173359dbe40ac4381088060b0f26e66529fa0f29.tar.gz
test-dup2: enhance test
Ensure that dup2(cloexec_fd, target) returns an inheritable fd. * modules/dup2-tests (Depends-on): Add cloexec. * tests/test-dup2.c (main): Enhance test. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'modules/dup2-tests')
-rw-r--r--modules/dup2-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dup2-tests b/modules/dup2-tests
index f11f138143..0fb913a58f 100644
--- a/modules/dup2-tests
+++ b/modules/dup2-tests
@@ -2,6 +2,7 @@ Files:
tests/test-dup2.c
Depends-on:
+cloexec
open
configure.ac: