summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-06-17 16:34:36 +0200
committerBruno Haible <bruno@clisp.org>2011-06-17 16:34:36 +0200
commit7cc207a704121d8e5f95775a4a64a84da9661e60 (patch)
tree4b24ba4f32e35551377df8a24660dba5b81e3bcf
parent724a59bc7b581dc942ab6cd83aea27d32dd38eef (diff)
downloadgnulib-7cc207a704121d8e5f95775a4a64a84da9661e60.tar.gz
Tests: Remove unnecessary dependency.
* modules/canonicalize-tests (Depends-on): Remove progname. * modules/chown-tests (Depends-on): Likewise. * modules/dirname-tests (Depends-on): Likewise. * modules/fdopendir-tests (Depends-on): Likewise. * modules/fdutimensat-tests (Depends-on): Likewise. * modules/hash-tests (Depends-on): Likewise. * modules/lchown-tests (Depends-on): Likewise. * modules/linkat-tests (Depends-on): Likewise. * modules/renameat-tests (Depends-on): Likewise. * modules/spawn-pipe-tests (Depends-on): Likewise. * modules/utimensat-tests (Depends-on): Likewise.
-rw-r--r--ChangeLog15
-rw-r--r--modules/canonicalize-tests1
-rw-r--r--modules/chown-tests1
-rw-r--r--modules/dirname-tests1
-rw-r--r--modules/fdopendir-tests1
-rw-r--r--modules/fdutimensat-tests1
-rw-r--r--modules/hash-tests1
-rw-r--r--modules/lchown-tests1
-rw-r--r--modules/linkat-tests1
-rw-r--r--modules/renameat-tests1
-rw-r--r--modules/spawn-pipe-tests1
-rw-r--r--modules/utimensat-tests1
12 files changed, 15 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 681200f773..e877761853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2011-06-17 Bruno Haible <bruno@clisp.org>
+ Tests: Remove unnecessary dependency.
+ * modules/canonicalize-tests (Depends-on): Remove progname.
+ * modules/chown-tests (Depends-on): Likewise.
+ * modules/dirname-tests (Depends-on): Likewise.
+ * modules/fdopendir-tests (Depends-on): Likewise.
+ * modules/fdutimensat-tests (Depends-on): Likewise.
+ * modules/hash-tests (Depends-on): Likewise.
+ * modules/lchown-tests (Depends-on): Likewise.
+ * modules/linkat-tests (Depends-on): Likewise.
+ * modules/renameat-tests (Depends-on): Likewise.
+ * modules/spawn-pipe-tests (Depends-on): Likewise.
+ * modules/utimensat-tests (Depends-on): Likewise.
+
+2011-06-17 Bruno Haible <bruno@clisp.org>
+
spawn-pipe tests: Fix link error.
* tests/test-spawn-pipe-child.c: Undefine fflush.
diff --git a/modules/canonicalize-tests b/modules/canonicalize-tests
index 9b5acd830e..6019349bec 100644
--- a/modules/canonicalize-tests
+++ b/modules/canonicalize-tests
@@ -4,7 +4,6 @@ tests/macros.h
Depends-on:
ignore-value
-progname
same-inode
symlink
diff --git a/modules/chown-tests b/modules/chown-tests
index e4945ea2dc..467046de64 100644
--- a/modules/chown-tests
+++ b/modules/chown-tests
@@ -9,7 +9,6 @@ Depends-on:
ignore-value
lstat
mgetgroups
-progname
usleep
stat-time
stdbool
diff --git a/modules/dirname-tests b/modules/dirname-tests
index 49eeb596dd..e2e86e658f 100644
--- a/modules/dirname-tests
+++ b/modules/dirname-tests
@@ -2,7 +2,6 @@ Files:
tests/test-dirname.c
Depends-on:
-progname
strdup
configure.ac:
diff --git a/modules/fdopendir-tests b/modules/fdopendir-tests
index bee2df7df5..e788ff5fc5 100644
--- a/modules/fdopendir-tests
+++ b/modules/fdopendir-tests
@@ -5,7 +5,6 @@ tests/macros.h
Depends-on:
open
-progname
configure.ac:
diff --git a/modules/fdutimensat-tests b/modules/fdutimensat-tests
index 48ea78d233..446762bc14 100644
--- a/modules/fdutimensat-tests
+++ b/modules/fdutimensat-tests
@@ -9,7 +9,6 @@ tests/macros.h
Depends-on:
ignore-value
-progname
timespec
usleep
utimecmp
diff --git a/modules/hash-tests b/modules/hash-tests
index b3f814b6ec..72a6ae61c1 100644
--- a/modules/hash-tests
+++ b/modules/hash-tests
@@ -5,7 +5,6 @@ tests/macros.h
Depends-on:
hash-pjw
inttostr
-progname
stdbool
configure.ac:
diff --git a/modules/lchown-tests b/modules/lchown-tests
index 256dbe5e12..47aec96f6e 100644
--- a/modules/lchown-tests
+++ b/modules/lchown-tests
@@ -8,7 +8,6 @@ tests/macros.h
Depends-on:
ignore-value
mgetgroups
-progname
usleep
stat-time
stdbool
diff --git a/modules/linkat-tests b/modules/linkat-tests
index 76eb5deb45..a65a3824f4 100644
--- a/modules/linkat-tests
+++ b/modules/linkat-tests
@@ -9,7 +9,6 @@ ignore-value
areadlink-with-size
filenamecat-lgpl
getcwd-lgpl
-progname
same-inode
configure.ac:
diff --git a/modules/renameat-tests b/modules/renameat-tests
index 9e7b337d79..187928c05b 100644
--- a/modules/renameat-tests
+++ b/modules/renameat-tests
@@ -8,7 +8,6 @@ Depends-on:
ignore-value
filenamecat
getcwd-lgpl
-progname
configure.ac:
diff --git a/modules/spawn-pipe-tests b/modules/spawn-pipe-tests
index 26e1240d79..16d96fcd9a 100644
--- a/modules/spawn-pipe-tests
+++ b/modules/spawn-pipe-tests
@@ -5,7 +5,6 @@ tests/test-spawn-pipe-child.c
tests/macros.h
Depends-on:
-progname
configure.ac:
diff --git a/modules/utimensat-tests b/modules/utimensat-tests
index 26dbac6762..6acfe89ad6 100644
--- a/modules/utimensat-tests
+++ b/modules/utimensat-tests
@@ -9,7 +9,6 @@ tests/macros.h
Depends-on:
ignore-value
-progname
timespec
usleep
utimecmp