From: Bruno Haible Date: Wed, 26 Apr 2023 22:48:21 +0000 (+0200) Subject: fchdir tests: Fix test failure on native Windows. X-Git-Tag: v1.0~1374 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d70f555e34d9f4a9110e65dd5669fce701a61929;p=gnulib.git fchdir tests: Fix test failure on native Windows. * modules/fchdir-tests (Depends-on): Add dup. --- 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: