Skip to content

test: make proctitle test conditional

Duncan Overbruck requested to merge Duncaen/libbsd:proctitle-test into main

Remove the conditional proctitle test from check_PROGRAMS, on systems without GNU .init_array it will always fail. This testcase is already added later conditionally if .init_array is available.

Merge request reports