freebsd / kyua

Port/Package build and test system
https://github.com/freebsd/kyua/wiki
BSD 3-Clause "New" or "Revised" License
149 stars 42 forks source link

Provide portable executor_pid_test #228

Open andrewshadura opened 8 months ago

andrewshadura commented 8 months ago

The commit e26c8047f7299f046f87308705b062973d686f5f added executor_pid_test which currently depends on the BSD-specific fchflags system call.

Please provide an alternative implementation that doesn’t require fchflags.

Thanks!