patch more_set_prog_path
[xfstests-dev.git] / 167
diff --git a/167 b/167
index e63b25095ebf9a14b2253db3dec203d958d89a7a..fdbe749dfbd089abe4e78391da26ab1ae1482a1d 100644 (file)
--- a/167
+++ b/167
@@ -13,7 +13,6 @@ owner=dgc@sgi.com
 seq=`basename $0`
 echo "QA output created by $seq"
 
-killall="/usr/bin/killall"
 here=`pwd`
 tmp=/tmp/$$
 rm -f $seq.full
@@ -22,7 +21,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 
 _cleanup()
 {
-       killall -r -q -TERM fsstress 2> /dev/null
+       $KILLALL_PROG -r -q -TERM fsstress 2> /dev/null
        sync    # ensures all fsstress processes died
        _cleanup_testdir
 }
@@ -44,7 +43,7 @@ workout()
 _supported_fs xfs
 _supported_os Linux
 
-[ -x $killall ] || _notrun "$killall executable not found"
+[ -x $KILLALL_PROG ] || _notrun "killall executable not found"
 
 _setup_testdir
 _require_scratch