summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-06-22 01:46:37 +0200
committerBruno Haible <bruno@clisp.org>2022-06-22 01:46:37 +0200
commit1ff0bd82ddbff534902d981f4679b594c367991c (patch)
treebf4b88c350aaf81aa0a6249e52c1f448ea81dba3
parent6f4fc51cf858a53e6b339f780911e31e4a36f29e (diff)
downloadgnulib-1ff0bd82ddbff534902d981f4679b594c367991c.tar.gz
fchmodat: Fix test failure on native Windows.
* modules/fchmodat (Depends-on): Add 'chmod'.
-rw-r--r--ChangeLog5
-rw-r--r--modules/fchmodat1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0de6e4703..07580e199a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2022-06-22 Bruno Haible <bruno@clisp.org>
+ fchmodat: Fix test failure on native Windows.
+ * modules/fchmodat (Depends-on): Add 'chmod'.
+
+2022-06-22 Bruno Haible <bruno@clisp.org>
+
chmod: Add tests.
* tests/test-chmod.c: New file, based on tests/test-lchmod.c.
* modules/chmod-tests: New file.
diff --git a/modules/fchmodat b/modules/fchmodat
index a9d17312b6..4de4314859 100644
--- a/modules/fchmodat
+++ b/modules/fchmodat
@@ -15,6 +15,7 @@ unistd [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
intprops [test $HAVE_FCHMODAT = 0 || test $REPLACE_FCHMODAT = 1]
c99 [test $REPLACE_FCHMODAT = 1]
at-internal [test $HAVE_FCHMODAT = 0]
+chmod [test $HAVE_FCHMODAT = 0]
extern-inline [test $HAVE_FCHMODAT = 0]
fchdir [test $HAVE_FCHMODAT = 0]
filename [test $HAVE_FCHMODAT = 0]