Sindbad~EG File Manager

Current Path : /usr/tests/bin/pkill/
Upload File :
Current File : //usr/tests/bin/pkill/pgrep-F_test

#!/bin/sh
# $FreeBSD$

base=`basename $0`

echo "1..1"

name="pgrep -F <pidfile>"
pidfile=$(pwd)/pidfile.txt
sleep=$(pwd)/sleep.txt
ln -sf /bin/sleep $sleep
$sleep 5 &
sleep 0.3
chpid=$!
echo $chpid > $pidfile
pid=`pgrep -f -F $pidfile $sleep`
if [ "$pid" = "$chpid" ]; then
	echo "ok - $name"
else
	echo "not ok - $name"
fi
kill "$chpid"
rm -f $pidfile
rm -f $sleep

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists