git: 51c0cdb04919 - main - pwait: Fix pwait_normal test case
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Jul 2026 18:54:24 UTC
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);