mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
+1
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user