Date: Mon, 27 Jul 2026 18:54:24 +0000 From: Dag-Erling=?utf-8?Q? Sm=C3=B8rg?=rav <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 51c0cdb04919 - main - pwait: Fix pwait_normal test case Message-ID: <6a67a960.36d07.72183170@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=51c0cdb04919f776516a7fac8529e7279ea5efad commit 51c0cdb04919f776516a7fac8529e7279ea5efad Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2026-07-27 18:51:50 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2026-07-27 18:54:11 +0000 pwait: Fix pwait_normal test case Reported by: markj Fixes: e115066370dc ("pwait: Test the new -r option") --- bin/pwait/tests/pwait_reap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pwait/tests/pwait_reap.c b/bin/pwait/tests/pwait_reap.c index 96c036ba2059..8402def1a41f 100644 --- a/bin/pwait/tests/pwait_reap.c +++ b/bin/pwait/tests/pwait_reap.c @@ -166,7 +166,7 @@ ATF_TC_HEAD(pwait_normal, tc) } ATF_TC_BODY(pwait_normal, tc) { - pwait_reap_test(true); + pwait_reap_test(false); } ATF_TC(pwait_reap);home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a67a960.36d07.72183170>
