$OpenBSD: patch-test_rtpw_test_sh,v 1.2 2015/04/25 23:40:49 sthen Exp $
--- test/rtpw_test.sh.orig	Wed Mar 11 14:02:12 2015
+++ test/rtpw_test.sh	Sat Apr 25 10:28:38 2015
@@ -45,13 +45,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 -x $RTPW; then
 
