From: fsgqa Date: Tue, 16 Sep 2003 07:22:33 +0000 (+0000) Subject: Fix test 071 upper bound for 64 bit platforms X-Git-Tag: v1.1.0~919 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e9cf89f832484b71cf424541e48eefc9cb26382;p=xfstests-dev.git Fix test 071 upper bound for 64 bit platforms --- diff --git a/071 b/071 index 96deb8bf..4dd9a8a2 100755 --- a/071 +++ b/071 @@ -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), &