4 FS
=${FS:-${objdir}/../appl/fs/fs}
5 SIZE1
=`$FS getcache -b | awk '{ print $4 ; exit }'`
7 SIZE2
=`$FS getcache -b | awk '{ print $4 ; exit }'`
8 test $SIZE2 = `expr $SIZE1 + 4` ||
exit 1
10 #SIZE3=`$FS getcache -b | awk '{ print $4 ; exit }'`
11 #test $SIZE3 = $SIZE1 || exit 1