2 # multiple rules at the same time
4 if [ -f /usr
/ucb
/touch ] ; then
7 if [ -f /usr
/bin
/touch ] ; then
10 if [ -f /bin
/touch ] ; then
17 /bin
/cp /dev
/null results
/$1
19 ipftest
-br regress
/$1 -i input
/$1 > results
/$1
20 if [ $?
-ne 0 ] ; then
23 echo "--------" >> results
/$1
25 cmp expected
/$1 results
/$1
27 if [ $status -ne 0 ] ; then
30 cmp expected
/$1 results
/$1
32 if [ $status -ne 0 ] ; then