diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | modules/fchdir-tests | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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: |