$OpenBSD: patch-test-script,v 1.6 2008/12/20 08:58:32 jakemsr Exp $
--- test-script.orig	Thu Apr 19 07:43:59 2007
+++ test-script	Sun Mar  9 16:23:07 2008
@@ -1,4 +1,4 @@
-#!/bin/tcsh
+#!${LOCALBASE}/bin/tcsh
 echo welcome to the test.
 
 echo ""
@@ -40,7 +40,7 @@ echo $< >& /dev/null
 esdmon > sample.raw &
 esdcat -b -m -r 11025 test.wav
 sleep 3
-killall esdmon
+pkill esdmon
 
 echo press enter to continue...
 echo $< >& /dev/null
