summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-02-10 13:46:22 +0100
committerBruno Haible <bruno@clisp.org>2023-02-10 13:46:22 +0100
commiteecd8afd696055cf39ef934208724bfe850c5760 (patch)
treedbe4500d4a78dffab4c4f6eef418f543f175d336 /ChangeLog
parent36f06b07d9cfb3974c160ecc22def3cb1b117106 (diff)
downloadgnulib-eecd8afd696055cf39ef934208724bfe850c5760.tar.gz
chown, lchown, fchownat tests: Avoid test failure on macOS 12.
* tests/test-chown.h (test_chown): Skip some assertions if getgid() == (gid_t)-1. * tests/test-lchown.h (test_lchown): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce5ce330e6..647ccdf883 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-02-10 Bruno Haible <bruno@clisp.org>
+
+ chown, lchown, fchownat tests: Avoid test failure on macOS 12.
+ * tests/test-chown.h (test_chown): Skip some assertions if
+ getgid() == (gid_t)-1.
+ * tests/test-lchown.h (test_lchown): Likewise.
+
2023-02-09 Paul Eggert <eggert@cs.ucla.edu>
nullptr: work around Apple clang 14 issue