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-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=c5f6a918c631bfca75fd6392d32a49882e7187f9;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 3d27b3b19d..19a3dfb024 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-13 Simon Josefsson vc-list-files-tests: Avoid OpenPGP private key operations. 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 \