summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76562fea42..7933058e8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2021-08-29 Bruno Haible <bruno@clisp.org>
+ spawn-pipe: Fix test failure when running under QEMU user-mode.
+ * tests/test-spawn-pipe-child.c: Include <stdbool.h>, <string.h>,
+ qemu.h.
+ (main): Under QEMU user-mode, allow fd 2 or fd 3 to be open.
+ * modules/spawn-pipe-tests (Files): Add qemu.h.
+ (Depends-on): Add stdbool.
+
+2021-08-29 Bruno Haible <bruno@clisp.org>
+
execute: Fix test failure when running under QEMU user-mode.
* tests/test-execute-child.c: Include <stdbool.h>, qemu.h.
(main): Under QEMU user-mode, allow fd 3 to be open.