summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-09-07 23:33:31 +0200
committerBruno Haible <bruno@clisp.org>2022-09-07 23:33:31 +0200
commit891934d4b75038abc8e82f52d7a74d357af7e7cc (patch)
treee39616bf95f64350894deedc25723f26fd21e5ca /modules
parent8ec8867742611cdd2b8374f8882bc01f9e9bcfb4 (diff)
downloadgnulib-891934d4b75038abc8e82f52d7a74d357af7e7cc.tar.gz
posix_spawn_file_actions_addclose tests: Avoid test failure on musl.
Reported by Valery Ushakov <uwe@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.
Diffstat (limited to 'modules')
-rw-r--r--modules/posix_spawn_file_actions_addclose-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/posix_spawn_file_actions_addclose-tests b/modules/posix_spawn_file_actions_addclose-tests
index b115e3dfca..701e04dc17 100644
--- a/modules/posix_spawn_file_actions_addclose-tests
+++ b/modules/posix_spawn_file_actions_addclose-tests
@@ -9,6 +9,7 @@ posix_spawn_file_actions_init
posix_spawn_file_actions_destroy
configure.ac:
+gl_MUSL_LIBC
Makefile.am:
TESTS += test-posix_spawn_file_actions_addclose