From: Bruno Haible Date: Wed, 26 Apr 2023 22:48:21 +0000 (+0200) Subject: fchdir tests: Fix test failure on native Windows. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ef9dd9cdacf4a031ba21426925667193e0ba7dca;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 f28a8952c5..248fa40c1f 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 Po Lu (tiny change) Bruno Haible 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: