Some qa changes to get more tests working on IRIX.

Reduce a param to get it working in a more reasonable time on irix.
This commit is contained in:
Tim Shimmin
2004-08-05 06:39:05 +00:00
parent 7cf7315028
commit ae2e4eed59
7 changed files with 69 additions and 26 deletions
+1 -9
View File
@@ -335,15 +335,7 @@ do
fi
size=${size%%\%*}
case $(uname) in
IRIX*)
echo $blke
#sz=$( perl -le 'print int( "$blke" * "$size" / 100 )' )
;;
*)
#sz=$(expr \( $blks '*' $size \) / 100)
;;
esac
sz=$(expr \( $blks '*' $size \) / 100)
if [[ $sz -gt $max ]]
then