summaryrefslogtreecommitdiff
path: root/modules/posix_spawn-tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-11-20 11:09:19 +0100
committerBruno Haible <bruno@clisp.org>2022-11-20 11:09:19 +0100
commitf95881059ba63660646b819d0c02a07c2972c233 (patch)
tree61042225f3c88c10c338a2ec1c58e8c7e5d5c52d /modules/posix_spawn-tests
parent08ba9aaebff69a02cbb794c6213314fd09dd5ec5 (diff)
downloadgnulib-f95881059ba63660646b819d0c02a07c2972c233.tar.gz
posix_spawn tests: Fix compilation error (regression 2022-09-14).
* modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define EXEEXT.
Diffstat (limited to 'modules/posix_spawn-tests')
-rw-r--r--modules/posix_spawn-tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests
index ee505c0389..7d316c96f6 100644
--- a/modules/posix_spawn-tests
+++ b/modules/posix_spawn-tests
@@ -24,6 +24,7 @@ waitpid
configure.ac:
Makefile.am:
+DEFS += -DEXEEXT=\"@EXEEXT@\"
TESTS += \
test-posix_spawn-open1 \
test-posix_spawn-open2 \