2 if [ -f /usr
/ucb
/touch ] ; then
5 if [ -f /usr
/bin
/touch ] ; then
8 if [ -f /bin
/touch ] ; then
14 /bin
/cp /dev
/null results
/$1
16 echo "$rule" | ipftest
-br - -i input
/$1 >> results
/$1;
17 if [ $?
-ne 0 ] ; then
20 echo "--------" >> results
/$1
22 cmp expected
/$1 results
/$1
24 if [ $status = 0 ] ; then