# HG changeset patch # User Bruno Haible # Date 1249987939 -7200 # Node ID 151492d3bb0cb8c236985f02bda01c30b614de81 # Parent 73f84ac92381f71c3f0d2ccda25f4df6044df8f0 Most tests don't need module 'close' any more. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2009-08-11 Bruno Haible + + * modules/dup2-tests (Depends-on): Remove close. + + Undo 2009-07-19 commit. + * modules/acl-tests (Depends-on): Remove close. + * modules/binary-io-tests (Depends-on): Likewise. + * modules/closein-tests (Depends-on): Likewise. + * modules/flock-tests (Depends-on): Likewise. + * modules/fsync-tests (Depends-on): Likewise. + * modules/lseek-tests (Depends-on): Likewise. + * modules/pipe-tests (Depends-on): Likewise. + * modules/posix_spawn-tests (Depends-on): Likewise. + * modules/posix_spawnp-tests (Depends-on): Likewise. + * modules/stat-time-tests (Depends-on): Likewise. + * modules/yesno-tests (Depends-on): Likewise. + 2009-08-10 Bruno Haible * lib/vasnprintf.c (DCHAR_SET): Undefine at the end. diff --git a/modules/acl-tests b/modules/acl-tests --- a/modules/acl-tests +++ b/modules/acl-tests @@ -12,7 +12,6 @@ read-file unistd xalloc -close configure.ac: AC_CHECK_DECLS_ONCE([alarm]) diff --git a/modules/binary-io-tests b/modules/binary-io-tests --- a/modules/binary-io-tests +++ b/modules/binary-io-tests @@ -3,7 +3,6 @@ tests/test-binary-io.c Depends-on: -close configure.ac: diff --git a/modules/closein-tests b/modules/closein-tests --- a/modules/closein-tests +++ b/modules/closein-tests @@ -4,7 +4,6 @@ Depends-on: binary-io -close configure.ac: diff --git a/modules/dup2-tests b/modules/dup2-tests --- a/modules/dup2-tests +++ b/modules/dup2-tests @@ -2,7 +2,6 @@ tests/test-dup2.c Depends-on: -close open configure.ac: diff --git a/modules/flock-tests b/modules/flock-tests --- a/modules/flock-tests +++ b/modules/flock-tests @@ -3,7 +3,6 @@ Depends-on: unistd -close configure.ac: diff --git a/modules/fsync-tests b/modules/fsync-tests --- a/modules/fsync-tests +++ b/modules/fsync-tests @@ -2,7 +2,6 @@ tests/test-fsync.c Depends-on: -close configure.ac: diff --git a/modules/lseek-tests b/modules/lseek-tests --- a/modules/lseek-tests +++ b/modules/lseek-tests @@ -3,7 +3,6 @@ tests/test-lseek.sh Depends-on: -close configure.ac: diff --git a/modules/pipe-tests b/modules/pipe-tests --- a/modules/pipe-tests +++ b/modules/pipe-tests @@ -4,7 +4,6 @@ Depends-on: progname -close configure.ac: diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests --- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -8,7 +8,6 @@ stdbool unistd sys_wait -close configure.ac: AC_EGREP_CPP([notposix], [[ diff --git a/modules/posix_spawnp-tests b/modules/posix_spawnp-tests --- a/modules/posix_spawnp-tests +++ b/modules/posix_spawnp-tests @@ -18,7 +18,6 @@ stdbool unistd sys_wait -close configure.ac: AC_EGREP_CPP([notposix], [[ diff --git a/modules/stat-time-tests b/modules/stat-time-tests --- a/modules/stat-time-tests +++ b/modules/stat-time-tests @@ -4,7 +4,6 @@ Depends-on: time sleep -close configure.ac: diff --git a/modules/yesno-tests b/modules/yesno-tests --- a/modules/yesno-tests +++ b/modules/yesno-tests @@ -5,7 +5,6 @@ Depends-on: closein binary-io -close configure.ac: