tests: Conditionally add prctl to test process

prctl was already bypassed on Cygwin systems. This extends to
non-Linux systems such as kFreeBSD and Hurd.

References:
 https://bugs.debian.org/816237
This commit is contained in:
Craig Small
2016-04-17 09:09:41 +10:00
parent dad56cc954
commit aa9bd38d0a
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -3,6 +3,7 @@ procps-ng-NEXT
* ps: sort by cgroup Debian #692279
* ps: display control group name with -o cgname
* ps: Fallback to attr/current for context Debian #786956
* tests: Conditionally add prctl Debian #816237
procps-ng-3.3.11
----------------