summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88a396e09e..511765e126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
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.
+ (test): Under QEMU user-mode, don't expect that "pwd" produces the
+ result "/".
+ (main): Initialize is_qemu. Under QEMU user-mode, skip the relative file
+ name test.
+ * modules/posix_spawn_file_actions_addfchdir-tests (Files): Add qemu.h.
+ (Depends-on): Add stdbool.
+
+2021-08-29 Bruno Haible <bruno@clisp.org>
+
getcwd tests: Avoid test failure when running under QEMU user-mode.
* modules/getcwd-tests (Files): Add qemu.h.
(Depends-on): Add stdbool.