diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-27 18:51:50 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-07-27 18:54:11 +0000 |
| commit | 51c0cdb04919f776516a7fac8529e7279ea5efad (patch) | |
| tree | 39c9c6861855c7cd4f89fcf8e46c0e88fc24304e | |
| parent | 34ca5a9e7362b0c820fe339daa2b8d06c58b6fea (diff) | |
pwait: Fix pwait_normal test case
Reported by: markj
Fixes: e115066370dc ("pwait: Test the new -r option")
| -rw-r--r-- | bin/pwait/tests/pwait_reap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
