From 167619228fc54207fb7631b4b07e5cdc446c7eb6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 14 Sep 2022 15:12:18 +0200 Subject: posix_spawn-* tests: Fix test failure on mingw when libtool is in use. * tests/test-posix_spawn-inherit0.c (CHILD_PROGRAM_FILENAME): Add the EXEEXT suffix. * tests/test-posix_spawn-inherit1.c (CHILD_PROGRAM_FILENAME): Likewise. * tests/test-posix_spawn-open1.c (CHILD_PROGRAM_FILENAME): Likewise. * tests/test-posix_spawn-open2.c (CHILD_PROGRAM_FILENAME): Likewise. --- tests/test-posix_spawn-inherit1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-posix_spawn-inherit1.c') diff --git a/tests/test-posix_spawn-inherit1.c b/tests/test-posix_spawn-inherit1.c index 2e72a1a5a0..3308e30375 100644 --- a/tests/test-posix_spawn-inherit1.c +++ b/tests/test-posix_spawn-inherit1.c @@ -31,7 +31,7 @@ #include #include -#define CHILD_PROGRAM_FILENAME "test-posix_spawn-inherit1" +#define CHILD_PROGRAM_FILENAME "test-posix_spawn-inherit1" EXEEXT #define DATA_FILENAME "test-posix_spawn-inh1-data.tmp" static int -- cgit v1.2.1