]> 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:17:26 +0000 (10:17 +0100)
* modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define
EXEEXT.

ChangeLog
modules/posix_spawn-tests

index 3d27b3b19d9381b580b3fb0c5bb1bee30a97a0be..19a3dfb02496eda2b65e05089a03ef1061d02f0f 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 \