cisco / libsrtp

Library for SRTP (Secure Realtime Transport Protocol)
Other
1.19k stars 472 forks source link

test: Use pkill(1) not killall(1) #594

Closed klemensn closed 2 years ago

klemensn commented 2 years ago

Not all operating systems, e.g. OpenBSD, have killall; pkill(1) however should be available on all OSes shipping killall(1).

This makes tests pass on OpenBSD without further changes.

pabuhler commented 2 years ago

@klemensn seams to fail on Ubuntu, I guess because pkill also kills the rtpw_test.sh script.

klemensn commented 2 years ago

@klemensn seams to fail on Ubuntu, I guess because pkill also kills the rtpw_test.sh script.

I'm using -x now to require a full process name match, let's see if that makes Ubuntu happy.