I committed:
> 2022-09-07  Bruno Haible  <br...@clisp.org>
> 
>       posix_spawn_file_actions_addclose tests: Avoid test failure on musl.
>       Reported by Valery Ushakov <u...@stderr.spb.ru> in
>       <https://lists.gnu.org/archive/html/bug-gnulib/2022-09/msg00041.html>.
>       * modules/posix_spawn_file_actions_addclose-tests (configure.ac): Invoke
>       gl_MUSL_LIBC.
>       * tests/test-posix_spawn_file_actions_addclose.c (main): Skip one of the
>       tests on musl libc.

This patch was incomplete. Here's the needed addendum.


2022-09-09  Bruno Haible  <br...@clisp.org>

        posix_spawn_file_actions_addclose tests: Fix mistake from 2022-09-07.
        * modules/posix_spawn_file_actions_addclose-tests (Files): Add
        m4/musl.m4.

diff --git a/modules/posix_spawn_file_actions_addclose-tests 
b/modules/posix_spawn_file_actions_addclose-tests
index 701e04dc17..4cc8623c16 100644
--- a/modules/posix_spawn_file_actions_addclose-tests
+++ b/modules/posix_spawn_file_actions_addclose-tests
@@ -2,6 +2,7 @@ Files:
 tests/test-posix_spawn_file_actions_addclose.c
 tests/signature.h
 tests/macros.h
+m4/musl.m4
 
 Depends-on:
 getdtablesize




Reply via email to