Most tests don't need module 'close' any more.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Aug 2009 10:52:19 +0000 (12:52 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 11 Aug 2009 10:52:19 +0000 (12:52 +0200)
13 files changed:
ChangeLog
modules/acl-tests
modules/binary-io-tests
modules/closein-tests
modules/dup2-tests
modules/flock-tests
modules/fsync-tests
modules/lseek-tests
modules/pipe-tests
modules/posix_spawn-tests
modules/posix_spawnp-tests
modules/stat-time-tests
modules/yesno-tests

index 85e5223..bfd812e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2009-08-11  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
 
        * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
index b97ece7..b0a3b73 100644 (file)
@@ -12,7 +12,6 @@ progname
 read-file
 unistd
 xalloc
-close
 
 configure.ac:
 AC_CHECK_DECLS_ONCE([alarm])
index 222c2a9..1cdc88a 100644 (file)
@@ -3,7 +3,6 @@ tests/test-binary-io.sh
 tests/test-binary-io.c
 
 Depends-on:
-close
 
 configure.ac:
 
index 4f6c3f5..57c8f91 100644 (file)
@@ -4,7 +4,6 @@ tests/test-closein.c
 
 Depends-on:
 binary-io
-close
 
 configure.ac:
 
index 9b1e7db..f11f138 100644 (file)
@@ -2,7 +2,6 @@ Files:
 tests/test-dup2.c
 
 Depends-on:
-close
 open
 
 configure.ac:
index a7ee57c..b546594 100644 (file)
@@ -3,7 +3,6 @@ tests/test-flock.c
 
 Depends-on:
 unistd
-close
 
 configure.ac:
 
index 90a3423..c407dc2 100644 (file)
@@ -2,7 +2,6 @@ Files:
 tests/test-fsync.c
 
 Depends-on:
-close
 
 configure.ac:
 
index 557213d..5f0a4f2 100644 (file)
@@ -3,7 +3,6 @@ tests/test-lseek.c
 tests/test-lseek.sh
 
 Depends-on:
-close
 
 configure.ac:
 
index 8fa707c..14d1e0f 100644 (file)
@@ -4,7 +4,6 @@ tests/test-pipe.c
 
 Depends-on:
 progname
-close
 
 configure.ac:
 
index 66c5afc..fc62cea 100644 (file)
@@ -8,7 +8,6 @@ posix_spawn_file_actions_destroy
 stdbool
 unistd
 sys_wait
-close
 
 configure.ac:
 AC_EGREP_CPP([notposix], [[
index 6560e1c..f8c7233 100644 (file)
@@ -18,7 +18,6 @@ sigprocmask
 stdbool
 unistd
 sys_wait
-close
 
 configure.ac:
 AC_EGREP_CPP([notposix], [[
index 65cbb3d..d4f6041 100644 (file)
@@ -4,7 +4,6 @@ tests/test-stat-time.c
 Depends-on:
 time
 sleep
-close
 
 configure.ac:
 
index cd19fd8..3d484da 100644 (file)
@@ -5,7 +5,6 @@ tests/test-yesno.sh
 Depends-on:
 closein
 binary-io
-close
 
 configure.ac: