summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent6f4fc51cf858a53e6b339f780911e31e4a36f29e (diff)
downloadgnulib-1ff0bd82ddbff534902d981f4679b594c367991c.tar.gz
fchmodat: Fix test failure on native Windows.
* modules/fchmodat (Depends-on): Add 'chmod'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 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.