]> Savannah Git Hosting - gnulib.git/commitdiff
posix_spawn tests: Fix compilation error (regression 2022-09-14).
authorBruno Haible <bruno@clisp.org>
Sun, 20 Nov 2022 10:09:19 +0000 (11:09 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Jan 2023 09:46:54 +0000 (10:46 +0100)
* modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define
EXEEXT.

ChangeLog
modules/posix_spawn-tests

index 26615ffd16edba9de31cdc7dca63a3be2ef9475f..89d2ce1ed3f20220d31bcb0162940084bf092ee6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2022-11-20  Bruno Haible  <bruno@clisp.org>
+
+       posix_spawn tests: Fix compilation error (regression 2022-09-14).
+       * modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define
+       EXEEXT.
+
 2022-11-13  Simon Josefsson  <simon@josefsson.org>
 
        vc-list-files-tests: Avoid OpenPGP private key operations.
index ee505c0389d351a538ca771ddaffc7584bbc24c9..7d316c96f6adb3785189519f1a81425b60d4e2cf 100644 (file)
@@ -24,6 +24,7 @@ waitpid
 configure.ac:
 
 Makefile.am:
+DEFS += -DEXEEXT=\"@EXEEXT@\"
 TESTS += \
   test-posix_spawn-open1 \
   test-posix_spawn-open2 \