summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-27 00:48:21 +0200
committerBruno Haible <bruno@clisp.org>2023-04-27 00:48:21 +0200
commitd70f555e34d9f4a9110e65dd5669fce701a61929 (patch)
treec530ff70e0566abb1c234777186be890b0405813
parent2c2f6738b579517f91bee29a22746012d90e9ad5 (diff)
downloadgnulib-d70f555e34d9f4a9110e65dd5669fce701a61929.tar.gz
fchdir tests: Fix test failure on native Windows.
* modules/fchdir-tests (Depends-on): Add dup.
-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: