Only kill sleep processes that were forked from the test script.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2015-02-28 23:10:26 +00:00
parent 2c4c1a261e
commit 8ddb6d86de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279415

View File

@ -66,5 +66,5 @@ $dtrace -s $tmpfile
status=$?
rm $tmpfile
pkill sleep
pkill -P $$ sleep
exit $status