git: 58c826d72918 - stable/14 - pwait: Fix pwait_normal test case
Dag-Erling Smørgrav <[email protected]> Mon, 03 Aug 2026 11:38:51 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a707dcb.19566.5a34569__22168.1995362573$1785757271$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=58c826d7291813f385ad87107474aa73fb1d938d commit 58c826d7291813f385ad87107474aa73fb1d938d Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-07-27 18:51:50 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2026-08-03 11:32:14 +0000 pwait: Fix pwait_normal test case Reported by: markj Fixes: e115066370dc ("pwait: Test the new -r option") (cherry picked from commit 51c0cdb04919f776516a7fac8529e7279ea5efad) --- 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);