________________________________
From: Bruce Richardson <[email protected]>
Sent: Tuesday, April 21, 2026 8:52 PM
To: [email protected] <[email protected]>
Cc: Richardson, Bruce <[email protected]>; Adam Hassick 
<[email protected]>
Subject: [PATCH v4 2/2] test: simplify spawning extra test processes

A number of tests require secondary processes or additional primary
process instances, so we have common code for managing that in the test
binary. Simplify that code a little, in the process removing dependency
on procfs on FreeBSD, by using argv[0] as the binary to run, rather than
querying procfs for /proc/self/exe (or /proc/curproc/file on FreeBSD).
The unit tests should never be running in a way that leads to argv[0]
not being the actual test binary.

Acked-by: John McNamara <[email protected]>



Reply via email to