3 if [ -f /usr
/ucb
/touch ] ; then
6 if [ -f /usr
/bin
/touch ] ; then
9 if [ -f /bin
/touch ] ; then
15 /bin
/cp /dev
/null results
/$1
16 if [ -f regress
/$1.pool
] ; then
17 ..
/ipftest
-RD -b -P regress
/$1.pool
-r regress
/$1.ipf
-i input
/$1 >> \
20 ..
/ipftest
-RD -b -r regress
/$1.ipf
-i input
/$1 >> results
/$1
22 if [ $?
-ne 0 ] ; then
25 echo "-------------------------------" >> results
/$1
26 cmp expected
/$1 results
/$1
28 if [ $status = 0 ] ; then