From ff86a5766fb35eda3d832ca33dba772aab682015 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 20 Nov 2022 11:09:19 +0100 Subject: [PATCH] posix_spawn tests: Fix compilation error (regression 2022-09-14). * modules/posix_spawn-tests (Makefile.am): Augment DEFS, to define EXEEXT. --- ChangeLog | 6 ++++++ modules/posix_spawn-tests | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26615ffd16..89d2ce1ed3 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 \ -- 2.39.5