mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix test 071 upper bound for 64 bit platforms
This commit is contained in:
@@ -118,8 +118,8 @@ if [ "$bitsperlong" -eq 32 ]; then
|
|||||||
[ "$USE_LBD_PATCH" = yes ] && upperbound=16
|
[ "$USE_LBD_PATCH" = yes ] && upperbound=16
|
||||||
# limited by page cache index when LBD patch onboard.
|
# limited by page cache index when LBD patch onboard.
|
||||||
else
|
else
|
||||||
upperbound=`echo 16 \* 1024 \* 1024 | bc`
|
upperbound=`echo 8 \* 1024 \* 1024 | bc`
|
||||||
# 16 exabytes (working in TBs below)
|
# 8 exabytes (working in TBs below)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Step from (upperbound-1)(Tb) through (upperbound+1(Tb), &
|
# Step from (upperbound-1)(Tb) through (upperbound+1(Tb), &
|
||||||
|
|||||||
Reference in New Issue
Block a user