summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--modules/fchdir-tests1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04c5243b2a..7a377b243f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2023-04-26 Bruno Haible <bruno@clisp.org>
+ fchdir tests: Fix test failure on native Windows.
+ * modules/fchdir-tests (Depends-on): Add dup.
+
+2023-04-26 Bruno Haible <bruno@clisp.org>
+
fclose: Make last change more maintainable.
* m4/fclose.m4 (gl_FUNC_FCLOSE): Define through AC_DEFUN_ONCE. Don't
modify REPLACE_FOPEN.
diff --git a/modules/fchdir-tests b/modules/fchdir-tests
index 89ddf713ac..6ac141079c 100644
--- a/modules/fchdir-tests
+++ b/modules/fchdir-tests
@@ -6,6 +6,7 @@ tests/macros.h
Depends-on:
cloexec
getcwd-lgpl
+dup
configure.ac: