$OpenBSD: patch-test_rtpw_test_sh,v 1.5 2021/08/14 08:27:29 sthen Exp $

Index: test/rtpw_test.sh
--- test/rtpw_test.sh.orig
+++ test/rtpw_test.sh
@@ -66,13 +66,13 @@ key=Ky7cUDT2GnI0XKWYbXv9AYmqbcLsqzL9mvdN9t/G
 
 ARGS="-b $key -a -e 128"
 
-# First, we run "killall" to get rid of all existing rtpw processes.
+# First, we run "pkill" to get rid of all existing rtpw processes.
 # This step also enables this script to clean up after itself; if this
 # script is interrupted after the rtpw processes are started but before
 # they are killed, those processes will linger.  Re-running the script
 # will get rid of them.
 
-killall rtpw 2>/dev/null
+pkill rtpw 2>/dev/null
 
 if test -n $MESON_EXE_WRAPPER || test -x $RTPW; then
 
