summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-28 06:24:04 -0700
committerEric Blake <ebb9@byu.net>2009-12-28 06:53:14 -0700
commit1d0664a751fdfdcae30e22a5e6bd82f442111b36 (patch)
treef4e7fe0a3a3a222be1e76875bebebbf18878dd23 /ChangeLog
parent65887d1054c42a1650d668de2065afa7a7e7fc36 (diff)
downloadgnulib-1d0664a751fdfdcae30e22a5e6bd82f442111b36.tar.gz
test-dup2: reduce dependencies
dup2 is fully tested if the cloexec module is in use, but it is also used in a number of modules where dragging in cloexec is over the top for just using dup2 to test whether an fd is valid. * modules/cloexec (Configure.ac): Set witness. * modules/dup2-tests (Depends-on): Drop cloexec. * tests/test-dup2.c (main): Skip portion of test if cloexec module not present. Suggested by Bruno Haible. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e309e66a4..76060df2d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-28 Eric Blake <ebb9@byu.net>
+
+ test-dup2: reduce dependencies
+ * modules/cloexec (Configure.ac): Set witness.
+ * modules/dup2-tests (Depends-on): Drop cloexec.
+ * tests/test-dup2.c (main): Skip portion of test if cloexec module
+ not present.
+ Suggested by Bruno Haible.
+
2009-12-26 Bruno Haible <bruno@clisp.org>
Remove an unneeded dependency.