summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-04-02 15:37:00 +0200
committerLudovic Courtès <ludo@gnu.org>2023-04-02 15:39:57 +0200
commite93525e549ba4d5ec52ec90aaf051f546d854cea (patch)
tree581a15642d5914d57d4ba319f6a28cd0a4e40b16 /NEWS
parent9cc85a4f52147fcdaa4c52a62bcc87bdb267d0a9 (diff)
downloadguile-e93525e549ba4d5ec52ec90aaf051f546d854cea.tar.gz
Adjust 'spawn' tests to accept 'LD_ORIGIN_PATH' on GNU/Hurd.
Fixes <https://bugs.gnu.org/62501>. * test-suite/tests/posix.test ("spawn")["env with #:environment and #:output"]: Add workaround for GNU/Hurd. * NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ce8d4e120..a63b0aa25 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,8 @@ the compiler reports it as "possibly unused".
(<https://bugs.gnu.org/62290>)
** Fix invalid use of 'posix_spawn' on non-glibc systems
(<https://bugs.gnu.org/61095>)
+** Adjust 'spawn' test for GNU/Hurd
+ (<https://bugs.gnu.org/62501>)
** Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
(<https://bugs.gnu.org/56413>)