git: 51c0cdb04919 - main - pwait: Fix pwait_normal test case
Dag-Erling Smørgrav <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a67a960.36d07.72183170__44764.4715475448$1785178480$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=51c0cdb04919f776516a7fac8529e7279ea5efad commit 51c0cdb04919f776516a7fac8529e7279ea5efad Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2026-07-27 18:51:50 +0000 Commit: Dag-Erling Smørgrav <[email protected]> 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);