2 if [ -f /usr
/ucb
/touch ] ; then
5 if [ -f /usr
/bin
/touch ] ; then
8 if [ -f /bin
/touch ] ; then
14 input
=`expr $1 : 'bpf-\(.*\)'`
15 /bin
/cp /dev
/null results
/$1
17 echo "$rule" | ..
/ipftest
-Rbr - -i input
/$input >> results
/$1;
18 if [ $?
-ne 0 ] ; then
21 echo "--------" >> results
/$1
23 cmp expected
/$1 results
/$1
25 if [ $status = 0 ] ; then