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 ..
/ippool
-f regress
/$1 -nRv 2>/dev
/null
> results
/$1
17 cmp expected
/$1 results
/$1
19 if [ $status = 0 ] ; then