]> Savannah Git Hosting - gnulib.git/commitdiff
fchmodat: Fix test failure on native Windows.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Jun 2022 23:46:37 +0000 (01:46 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Jun 2022 23:46:37 +0000 (01:46 +0200)
* modules/fchmodat (Depends-on): Add 'chmod'.

ChangeLog
modules/fchmodat

index c0de6e4703814ded1a0a0e6610308257f5a7b96b..07580e199a6e64c25f7716a2e66b5131ad7b16ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index a9d17312b6a1bfa797bd3b1f0d554dddf8216e2b..4de4314859dae699366f35d393c43bc3420d1446 100644 (file)
@@ -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]