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
|
||||
# limited by page cache index when LBD patch onboard.
|
||||
else
|
||||
upperbound=`echo 16 \* 1024 \* 1024 | bc`
|
||||
# 16 exabytes (working in TBs below)
|
||||
upperbound=`echo 8 \* 1024 \* 1024 | bc`
|
||||
# 8 exabytes (working in TBs below)
|
||||
fi
|
||||
|
||||
# Step from (upperbound-1)(Tb) through (upperbound+1(Tb), &
|
||||
|
||||
Reference in New Issue
Block a user