From: Bruno Haible Date: Sun, 20 Nov 2022 10:09:19 +0000 (+0100) Subject: posix_spawn tests: Fix compilation error (regression 2022-09-14). X-Git-Tag: v1.0~1962 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=f95881059ba63660646b819d0c02a07c2972c233;p=gnulib.git posix_spawn tests: Fix compilation error (regression 2022-09-14). * modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define EXEEXT. --- diff --git a/ChangeLog b/ChangeLog index 4ae5aefa54..b0554ff5da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022-11-20 Bruno Haible + + posix_spawn tests: Fix compilation error (regression 2022-09-14). + * modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define + EXEEXT. + 2022-11-14 Paul Eggert parse-datetime: improve doc formatting, timeliness 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 \