summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 511765e126..76562fea42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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.
+ * modules/execute-tests (Files): Add qemu.h.
+ (Depends-on): Add stdbool.
+
+2021-08-29 Bruno Haible <bruno@clisp.org>
+
posix_spawn_file_actions_addfchdir: Avoid test failure under QEMU.
* tests/test-posix_spawn-fchdir.c: Include qemu.h.
(is_qemu): New variable.