From a49cfc24f04352a3de3e9f40646f3686d493b758 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 11 Aug 2009 12:52:19 +0200 Subject: [PATCH] Most tests don't need module 'close' any more. --- ChangeLog | 17 +++++++++++++++++ modules/acl-tests | 1 - modules/binary-io-tests | 1 - modules/closein-tests | 1 - modules/dup2-tests | 1 - modules/flock-tests | 1 - modules/fsync-tests | 1 - modules/lseek-tests | 1 - modules/pipe-tests | 1 - modules/posix_spawn-tests | 1 - modules/posix_spawnp-tests | 1 - modules/stat-time-tests | 1 - modules/yesno-tests | 1 - 13 files changed, 17 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 85e522358..bfd812eaa 100644 --- 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 index b97ece7b2..b0a3b7348 100644 --- a/modules/acl-tests +++ b/modules/acl-tests @@ -12,7 +12,6 @@ progname read-file unistd xalloc -close configure.ac: AC_CHECK_DECLS_ONCE([alarm]) diff --git a/modules/binary-io-tests b/modules/binary-io-tests index 222c2a90b..1cdc88a13 100644 --- a/modules/binary-io-tests +++ b/modules/binary-io-tests @@ -3,7 +3,6 @@ tests/test-binary-io.sh tests/test-binary-io.c Depends-on: -close configure.ac: diff --git a/modules/closein-tests b/modules/closein-tests index 4f6c3f5e0..57c8f91d0 100644 --- a/modules/closein-tests +++ b/modules/closein-tests @@ -4,7 +4,6 @@ tests/test-closein.c Depends-on: binary-io -close configure.ac: diff --git a/modules/dup2-tests b/modules/dup2-tests index 9b1e7db40..f11f13814 100644 --- a/modules/dup2-tests +++ b/modules/dup2-tests @@ -2,7 +2,6 @@ Files: tests/test-dup2.c Depends-on: -close open configure.ac: diff --git a/modules/flock-tests b/modules/flock-tests index a7ee57cd8..b546594be 100644 --- a/modules/flock-tests +++ b/modules/flock-tests @@ -3,7 +3,6 @@ tests/test-flock.c Depends-on: unistd -close configure.ac: diff --git a/modules/fsync-tests b/modules/fsync-tests index 90a34233c..c407dc2cf 100644 --- a/modules/fsync-tests +++ b/modules/fsync-tests @@ -2,7 +2,6 @@ Files: tests/test-fsync.c Depends-on: -close configure.ac: diff --git a/modules/lseek-tests b/modules/lseek-tests index 557213dd8..5f0a4f246 100644 --- a/modules/lseek-tests +++ b/modules/lseek-tests @@ -3,7 +3,6 @@ tests/test-lseek.c tests/test-lseek.sh Depends-on: -close configure.ac: diff --git a/modules/pipe-tests b/modules/pipe-tests index 8fa707c52..14d1e0fef 100644 --- a/modules/pipe-tests +++ b/modules/pipe-tests @@ -4,7 +4,6 @@ tests/test-pipe.c Depends-on: progname -close configure.ac: diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests index 66c5afca3..fc62cea81 100644 --- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -8,7 +8,6 @@ posix_spawn_file_actions_destroy stdbool unistd sys_wait -close configure.ac: AC_EGREP_CPP([notposix], [[ diff --git a/modules/posix_spawnp-tests b/modules/posix_spawnp-tests index 6560e1cc7..f8c7233f7 100644 --- a/modules/posix_spawnp-tests +++ b/modules/posix_spawnp-tests @@ -18,7 +18,6 @@ sigprocmask stdbool unistd sys_wait -close configure.ac: AC_EGREP_CPP([notposix], [[ diff --git a/modules/stat-time-tests b/modules/stat-time-tests index 65cbb3d17..d4f6041a2 100644 --- a/modules/stat-time-tests +++ b/modules/stat-time-tests @@ -4,7 +4,6 @@ tests/test-stat-time.c Depends-on: time sleep -close configure.ac: diff --git a/modules/yesno-tests b/modules/yesno-tests index cd19fd8f6..3d484dac0 100644 --- a/modules/yesno-tests +++ b/modules/yesno-tests @@ -5,7 +5,6 @@ tests/test-yesno.sh Depends-on: closein binary-io -close configure.ac: -- 2.11.0