From d70f555e34d9f4a9110e65dd5669fce701a61929 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 27 Apr 2023 00:48:21 +0200 Subject: fchdir tests: Fix test failure on native Windows. * modules/fchdir-tests (Depends-on): Add dup. --- ChangeLog | 5 +++++ modules/fchdir-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 04c5243b2a..7a377b243f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-26 Bruno Haible + + fchdir tests: Fix test failure on native Windows. + * modules/fchdir-tests (Depends-on): Add dup. + 2023-04-26 Bruno Haible fclose: Make last change more maintainable. 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: -- cgit v1.2.1