[Bug 290837] bin/sh/builtins/functional_test:read11 test fails intermittently on arm64 in CI
Date: Fri, 07 Nov 2025 17:37:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290837
--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=5d55553e160a93788372785300f5bd07c2451f93
commit 5d55553e160a93788372785300f5bd07c2451f93
Author: Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2025-11-07 17:28:37 +0000
Commit: Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2025-11-07 17:37:19 +0000
sh tests: Fix racy test11.0
This was sometimes exiting while the child fifo was created resulting in
[ENOTEMPTY] from rm. The child fifo isn't needed, just sleep.
PR: 290837
Fixes: e31fb97148f ("read builtin: Empty variables on timeout")
MFC after: 3 days
bin/sh/tests/builtins/read11.0 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.